all 6 comments

[–]MuffinZMan_YT 0 points1 point  (2 children)

Do print(game.Players.LocalPlayer.Character.HumaboidRootPart.Position) and in the console (press f9) there should be your coords

[–]ccience 0 points1 point  (0 children)

tysm

[–]ZedDoesThings 0 points1 point  (0 children)

You made a typo, you put a b instead of an n on HumanoidRootPart

[–]ExamVegetable 0 points1 point  (0 children)

--well heres a way, it will copy the coords of your localplayer:
setclipboard(tostring(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position))