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

How to implement 3rd Person Shooter?

Asked by 7 years ago

So I'm trying to make third person shooter, and I'm trying to implement something like the ShiftMouseLock, but I'm having trouble with how to make the camera always look at where the cursor is, as well as keeping the cursor at the center of the screen. Any tips on how to do this?

0
Put a local script into the StarterPlayerScript telling it to lock into shift lock mode, I'm not really sure what you mean iiFlamingIcicle 45 — 7y
0
I want to implement my own version of shift lock mode VongolaXII 15 — 7y
0
You could have the character face the mouse's position via CFrame. (I'm not sure how to do this, but I'm aware of its concept.) TheeDeathCaster 2368 — 7y

1 answer

Log in to vote
0
Answered by 7 years ago

You are lucky! I recently did research on the topic and found a really good way to do this on reddit. source

Ad

Answer this question