Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-37

How to script a GUI [closed]

Asked by 10 years ago

I want a GUI that is like teleport you to a random location on a map of the script please help out.

0
Well you could just use this instead, although you'd have to adjust it to make you teleport randomly. ~~~~~~~~~~~~~~~~~ function Click() script.Parent.Parent.Parent.Parent.Character.Torso.CFrame = CFrame.new(#,#,#) end script.Parent.MouseButton1Down:connect(Click) ~~~~~~~~~~~~~~~~~ ChosenDreamer 5 — 10y

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?

2 answers

Log in to vote
2
Answered by
User#2 0
10 years ago

UWU UWU UWU UWU UWU UWU UWU UWU UWU UWU UWU UWU

Ad
Log in to vote
1
Answered by 10 years ago

Well you could just use this instead, although you'd have to adjust it to make you teleport randomly.

function Click()
script.Parent.Parent.Parent.Parent.Character.Torso.CFrame = CFrame.new(#,#,#)
end

script.Parent.MouseButton1Down:connect(Click)