TobseN Posted January 21, 2019 Share Posted January 21, 2019 Hey there, if i spawn a player with "player.Position = new Vector3(x, y, z);" how can i set the camera behind the player? is player.heading something like cameralookat? Thanks Link to comment Share on other sites More sharing options...
Flashrex Posted January 22, 2019 Share Posted January 22, 2019 Maybe player.rotation? Link to comment Share on other sites More sharing options...
Guest Posted January 22, 2019 Share Posted January 22, 2019 (edited) . Edited December 13, 2020 by Guest Link to comment Share on other sites More sharing options...
Geramy92 Posted January 31, 2019 Share Posted January 31, 2019 I am not sure if this solves the camera problem because I didn't had that, I just had the issue that the hud was not appearing. My solution was just (in JS) function spawnPlayer(player, position) { player.spawn(position; // for some reason I had still to set position sometimes to avoid issues and health player.position = position; player.health = 100; } Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now