imodex

Inf coins

Aug 10th, 2020
3,059
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. local plr = game.Players.LocalPlayer
  2. for i,v in pairs(game.Workspace:GetChildren()) do
  3. if v and Workspace:FindFirstChild("Giver") then
  4. wait()
  5. plr.Character.HumanoidRootPart.CFrame = v.CFrame * CFrame.new(0,3,0)
  6. end
  7. end
Add Comment
Please, Sign In to add comment