of     1   

kojocrash
#223334415Tuesday, August 08, 2017 8:31 PM GMT

Can anybody help me with this First Person issue? I want the character to be able to go first person but I dont want the movement to change. Basically, the camera should be like first person but the movement should be like 3rd Person
Vezious
#223334716Tuesday, August 08, 2017 8:36 PM GMT

Basically you don't want the player facing the camera?
kojocrash
#223334742Tuesday, August 08, 2017 8:37 PM GMT

Yes
kojocrash
#223335388Tuesday, August 08, 2017 8:49 PM GMT

Bump?
kojocrash
#223336053Tuesday, August 08, 2017 9:01 PM GMT

Another one.
Sinthis
#223336121Tuesday, August 08, 2017 9:02 PM GMT

so like Arma? if so, I don't think that's actually possible
kojocrash
#223337770Tuesday, August 08, 2017 9:29 PM GMT

What's Arma...
SpartanJohn_117
#223338131Tuesday, August 08, 2017 9:35 PM GMT

Yes, it's possible. It's a scriptable camera. if you search pov camera in the catalog there's examples. I also have a script that does this.
kojocrash
#223338474Tuesday, August 08, 2017 9:41 PM GMT

Thanks! I found it and will try to optimize it to work
AggressiveCatch
#223338690Tuesday, August 08, 2017 9:44 PM GMT

wiki.roblox.com/index.php?title=API:Class/UserGameSettings/RotationType local settings = UserSettings():GetService("UserGameSettings") local runservice = game:GetService("RunService") runservice:BindToRenderStep("Rotation", 205, function() settings.RotationType = Enum.RotationType.MovementRelative end)
kojocrash
#223339717Tuesday, August 08, 2017 10:02 PM GMT

Thank you! That was EXACTLY what I was looking for. Live saver
Vezious
#223383535Wednesday, August 09, 2017 5:02 PM GMT

AgressiveCatch just proved Sinthis wrong

    of     1