dkg_yt

Untitled

Sep 28th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. player = game.Players.LocalPlayer
  2. character = player.Character
  3. hmndrootpart = character:FindFirstChild("HumanoidRootPart")
  4.  
  5. print("X -" ..hmndrootpart.Position.X)
  6. print("Y -" ..hmndrootpart.Position.Y)
  7. print("Z -" ..hmndrootpart.Position.Z)
Add Comment
Please, Sign In to add comment