#Camera Recoil
1 messages · Page 1 of 1 (latest)
bump
#job-board if you want someone to do it for you
No, I don't want somebody to do it, I just don't know where to start as I've tried countless methods, once even through vectors.
I just need some effect to manage the player's camera
Afaik, teleporting the player and setting their pitch is the only way to do it in skript
You can set their yaw
Without teleporting
Alright, so I can just do something like "set {_r} to (pitch of player+1)" ?
Yeah
Let me try
Tried this, but nothing happens (no errors either).
set {_r} to (pitch of shooter + 1)
set pitch of shooter to {_r}
(shooter is the same as using player for the event I use btw)
For testing, probs wanna use a bigger pitch increase
Also try debugging stuff to make sure it's actually doing what you think it is
Im fairly doubtful of directly setting the pitch of a player being a thing
(1 is tiny in pitch)
Pitch goes from 90 to -90
Either teleport or use reflect with #setRotation(yaw, pitch) without teleporting