#this has to be some lua glitch or something please help

1 messages · Page 1 of 1 (latest)

unborn robin
#
-- rest of code
local EntitiesFolder = ServerStorage:FindFirstChild("Entities")
-- some loop peice of code
wait(1)
local watcher = EntitiesFolder.watcher:Clone()
-- rest of code

i dont know, like this has to be some problem with lua (i tried FindFirstChild and WaitForChild but same error)
literally watcher is INSIDE the Entities folder

#

this has to be some lua glitch or something please help

tawdry star
#

local scripts cant access server storage

unborn robin
#

this is not local script, this is module script

#

in workspace

tawdry star
#

well it says client in the error so

unborn robin
#

i triggered the module script in console

unborn robin
#

okay watcher spawned with no error

#

i think the console is just client, and event manager is the server script

#

thanks for letting me know