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" ) |
02 |
03 | Map.Changed:Connect( function () |
04 |
05 | if Map.Value = = "map1" then |
06 |
07 | print ( "Tgay" ) |
08 |
09 | end |
10 |
11 | end ) --i got it working anyone who answers BIG CHUNGUS will get correct answer |
BIG CHUNGUS
The script should be working 100% ok from what I see, whats making it not work is in a difrent script. Check to see if map is a StringValue
or if whatever makes it is correctly working.
Big CHUNGUS
NOW GIVE ME THAT REPUTATION NOW