#Easy way to flip the gravity?
6 messages · Page 1 of 1 (latest)
How is gravity being applied right now?
However the built in character body script does it I think
Then you should be able to identify where that happens and modify that part. Having a variable that's normally set to 1 but you change to -1 when you're in anti gravity would allow you to multiply whatever the gravity is by that variable to invert it when needed
I know how to reverse the gravity I just need to figure out how to set to reverse in the code above
Like I said, a variable that's usually set to 1 but you can change to -1 would do fine