#Game loading issue outside of studio

1 messages · Page 1 of 1 (latest)

keen dawn
#

it launches fine the 1st time but if i rejoin it breaks

#

since when it works there are no infinite yields this is probably the cause

#

Oh the game loads after a while but the GUI doesnt work

little marten
#

if waitforchild waits for a long time it will give you a warning

#
local part = workspace:WaitForChild("Part", 10) -- wait for 10 seconds then return nil if part is not found after 10 seconds
print(part)
autumn yarrow
#

just do :WaitForChild("Part",math.huge) or something

little marten
autumn yarrow
#

do not use :WaitForChild("Part",math.huge) or something

keen aspen