Issue with LocalScript

So basically I’m trying to set a variable for this,
image
In a LocalScript but I get an error that it isn’t found.
image

That’s because LocalScripts can’t access ServerScriptService and ServerStorage, you must use a RemoteEvent instead.

1 Like