Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to rotate a player?

Asked by 3 years ago

I'm trying to orientate a player so they are facing the correct way when teleported, doing player.Character.HumanoidRootPart.Orientation = Vector3.new(0,-90,0)

doesnt seen to work, so how do i do it?

0
Are you trying to rotate the player in the studio or in the game because in the studio it can be easily done by grabbing the rotate tool an dpressing the player but if your trying to do in the game im not sure theres a sollucion Ilands_master222 17 — 3y
0
im trying to rotate ingame, with a script Idoskii 4 — 3y
0
This does work? I just tested your script and it works for me JustinWe12 723 — 3y
0
I might just need to change some other lines, that actually helps to know it works though, thanks Idoskii 4 — 3y

Answer this question