Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Teleport = "Pad2"
- function Touch(hit)
- if script.Parent.Locked == false and script.Parent.Parent:FindFirstChild(Teleport).Locked == false then script.Parent.Locked = true script.Parent.Parent:FindFirstChild(Teleport).Locked = true
- local Pos = script.Parent.Parent:FindFirstChild(Teleport)
- hit.Parent:moveTo(Pos.Position) wait(1)script.Parent.Locked = false script.Parent.Parent:FindFirstChild(Teleport).Locked = false
- end
- end
- script.Parent.Touched:connect(Touch)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement