Advertisement
kietprofe40

teleport den vi tri item

Jan 21st, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. for _,v in pairs(game.Workspace:GetDescendants()) do
  2. if v.ClassName == "TouchTransmitter" then
  3. local POS = v.Parent.Position
  4. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(POS)
  5. end
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement