Search found 1 match

by Sirtycolt3
Fri Feb 17, 2023 11:36 pm
Forum: General
Topic: A little script for loading files
Replies: 5
Views: 3476

Re: A little script for loading files

I know this post is a bit old... But I'm just going to point ut a small thing lua does that caused a huge bug and headache for me. local A_Script = require("Scripts.World") local B_Script = require("Scripts/World") print(tostring(A_Script)) -- table: 0x500a450 print(tostring(B_Sc...