Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Script Issue: local MapsFolder = ServerStorage:WaitForChild("Maps") can any1 help me?

Asked by
xRens 0
3 years ago
Edited 3 years ago

I am making a script for my own Roblox game but it says There is something wrong with this colomm local MapsFolder = ServerStorage:WaitForChild("Maps") And it says something about to close

0
Show script. MythsList 38 — 3y

1 answer

Log in to vote
0
Answered by 3 years ago

Is this made in a Local Script or a Server Script? Local scripts run on the client, and the client can't access things on the server such as "ServerStorage" and "ServerScriptService". If you are trying to get stuff to the client, I would recommend using Remote Events.

Ad

Answer this question