I know this probably is really simple, but I am not good at scripting at all. I am trying to make it so if you press a button (to turn of music) it teleports you to a creepy, more scary game.
So, what I am trying to say is that through a button press you get teleported to a different game entirely.
Thank you for your help in advance.
You will want to use the Teleport function for teleport players to other places.
1 Like
I don’t really understand that very much, it doesnt really have anything on if you click something it happens. Unless im reading it wrong.
Below is a good tutorial on how to create functioning GUI buttons:
I mean like, a real Block that you press.
Try using a ClickDetector or the newer ProximityPrompt with the ClickablePrompt set to true. Using a ProximityPrompt is recommended as it works much better for mobile and console players.