Greetings,
In my test project, I want my player to spray water (Like the squirt fishes from Yoshi’s Island do).
I want to add a slight amount of randomness to the squirt angle, so I typed the code as so:
(Note: Instant forces don’t work here, only permanent ones)
For some reason, I’m getting no randomization at all, and after trying different things, I can’t fathom why.
If it helps, to give the water some gravity, I have another force being applied to the object that goes down:
Am I doing something wrong? Help is appreciated, thankuuuu