I want a GUI that is like teleport you to a random location on a map of the script please help out.
Well you could just use this instead, although you'd have to adjust it to make you teleport randomly.
1 | function Click() |
2 | script.Parent.Parent.Parent.Parent.Character.Torso.CFrame = CFrame.new(#,#,#) |
3 | end |
4 |
5 | script.Parent.MouseButton 1 Down:connect(Click) |
Locked by evaera and M39a9am3R
This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.
Why was this question closed?