-- 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