Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for i, c in pairs(workspace:GetChildren()) do
- if c.Name == "Card" then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(c.Position)
- print(game.Players.LocalPlayer.Character.Torso.Position)
- wait()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement