I want to print()
a player's current Position, but I don't know how. I tried printing the position of the player's Torso with
print(game.Players.LocalPlayer.Character.Torso.Position)
and
print(game.Players.LocalPlayer.Character:findFirstChild('Torso'))
but it either returns a error message that Torso is not a valid member of Model, or it prints out: nil.
I'm a begginer Lua scripter, so please excuse my lack of knowledge.
also a beginner here, but it might be because you're using r15. in that case, print your head instead