Why does Roblox Not know what Server Script Service is?

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.

1 Like

I have that variable in my code

Here is my full code

Look at your second line:
image

Do you see the problem?

2 Likes

Oh now I see. I accidentally swapped it. Thank you

1 Like