TobseN Posted January 21, 2019 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
Geramy92 Posted January 31, 2019 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; }
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