Yay 3rd post today!
So as said in the title I want to learn how to do this.
Now one thing I thought is:
Forcing the player to be locked into Shift Lock, but Im not sure how to do that.
I tried looking for tutorials but non of them worked so here I am! Cool thanks!
Ripxff
(bhdb)
July 17, 2023, 9:33pm
#2
There should be a tutorial by roblox for doing this exact thing here lemme link it https://create.roblox.com/marketplace/asset/13595027036/Isometric-Camera
1 Like
Hey! I had a similar issue, to start I would recommend setting CameraOffset on the humanoid to a nice value, secondly to get the constant shift lock I used this thread to help me!
Introduction
Hello developers !
I have seen many games accomplish some kind of “Force shift locking”, and most threads I’ve seen change the PlayerModule.
This method accomplishes about the same result without changing the PlayerModule by CFraming.
I believe this method is simpler, and if the PlayerModule changes again, this will still work.
End Result:
This Method Utilizies:
UserInputService.MouseBehavior
Humanoid.CameraOffset
RunService.RenderStepped / RunService.…
1 Like