Advertisement
Guest User

Gotchu

a guest
Jul 22nd, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. local player = game.Players.LocalPlayer
  2.  
  3. function Round(num)
  4. return math.floor(num)
  5. end
  6.  
  7. while wait(0) do
  8. script.Parent.Text = tostring(Round(player.Character:WaitForChild("HumanoidRootPart").Position.Y)) .. " m"
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement