How to make it so when you touch a brick a random gui appears and you get teleported somewhere?
I have a brick that telports you to another brick but im wondering how to make it so that when you touch it a random gui appears
heres my script inside the part that i want the player to touch and the random gui to pop up
and the player to teleport to another brick
can someone tell me how to add it so that it picks a random gui to show for 3 seconds and then dissapear
2 | if part.Parent.Humanoid ~ = nil then |
3 | part.Parent:MoveTo(script.Parent.Parent.RespawnPoint 1. Position) |
6 | script.Parent.Touched:connect(onTouch) |