Why wont this local script located in starter gui read my string value?
Asked by
6 years ago Edited 6 years ago
Please provide more explanation in your question. If you explain exactly what you are trying to accomplish, it will be much easier to answer your question correctly.
Why wont this work
I am trying to get this script to read my string value so i can load a map pls help
01 | local Map = game.ReplicatedStorage:WaitForChild( "MapLoader" ) |
03 | Map.Changed:Connect( function () |
05 | if Map.Value = = "map1" then |