How would I link this?

Hey I made a random map picker with a friend. I need to make a GUI that tells you when the map is chosen. How would I link this up to the GUI? My maps are stored in server storage if that helps. The main script for it is in ServerScriptService.

Feel free to ask anything.

Thanks!

I recommend you to use a RemoteEvent that your script (in ServerScriptStorage) would fire. (RemoteEvent:FireAllClients(map_name).

1 Like