Problem
I’ve been trying to look for tutorials over the internet on how to add HUD shake when you walking or jumping for example. But I couldn’t find anything, I tried by myself but the code totally failed. So my last hope is to ask Devfourm for some hints.
When you are jumping? Humanoid.Jumping.
When you are walking or running? Humanoid.Running.
The jumping event fires true when they start jumping, and false when they landed (I think).
The running event is a little weird, so play around with that for a bit.
And for the shaking? Just use math.random()
and stuff.
Thanks this helped me alot.
(30 words)
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.