Hello,
How can I get the player's location and the location where he is looking at in C#?
Thank you in advance![]()
Solved Getting player's location and where he is looking at? (C#)
Discussion in 'Rust Development' started by MrYannKee, Jan 5, 2016.
-
Wulf Community Admin
player.transform.position and player.eyes.position or player.eyes.HeadForward()
-
Thank you very much