Advertisement
Guest User

OOF

a guest
Apr 2nd, 2020
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. for k,v in pairs(game.Workspace:GetDescendants()) do
  2. if v:IsA("BasePart") and v:FindFirstChild("TouchInterest") then
  3. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  4. wait()
  5. end
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement