Why is my script not understanding this?
It seems to not know what ServerScriptService Is, And no I did not rename it.
Why is my script not understanding this?
It seems to not know what ServerScriptService Is, And no I did not rename it.
You forgot to change the name of the variable.
Code:
local ServerScriptService = game:GetService("ServerScriptService")
You should hover over the red portion before making a devforum post.
Look at your second line:
Do you see the problem?
Oh now I see. I accidentally swapped it. Thank you