Why wont script change string value?
Asked by
6 years ago Edited 6 years ago
Why wont my script change my string value?
First I add my string location:
1 | local MapLoader = game.ReplicatedStorage:WaitForChild( "MapLoader" ) |
then I have a while true do:
4 | MapLoader.Value = "map1" |
For a little more info on the other parts of script go here: https://scriptinghelpers.org/questions/73465/why-wont-my-string-value-changer-at-line-15-work
I have in the other parts of the script string value changers and they all work but this one.
Why wont this work?
(all my string values are in replicated storage)
(Its a regular script in Workspace)