Hey there!
So i have a local script, a script, and a module script.
The local script fires a remote event (server) passing on two values : ‘Map,MapValue’
‘Map’ contains the name of the Map which was clicked, and ‘MapValue’ is a StringValue inside a folder in each player’s Gui.
The script detects if the remote event is fired, and collects the 2 values passed on. However, for some reason ‘Map’ now has my name as its value. ‘MapValue’ also decides to have ‘Map’'s value when passed on for some reason.
Here’s the scripts: (Preformatted text wasn’t working for some reason)
Local script:
Script:
Feel free to ask any questions!
Any help is appreciated!