Advertisement
SNAKERBLX

Untitled

May 19th, 2018
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. for i, c in pairs(workspace:GetChildren()) do
  2. if c.Name == "Card" then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(c.Position)
  3. print(game.Players.LocalPlayer.Character.Torso.Position)
  4. wait()
  5. end
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement