How would I make a system where the player can walk on the ceiling and the floor from pressing Q?

Hi! I wanna make a game where you swap from walking on the ceiling and back on the floor but I dont know where to start, any pointers?
Not asking for exact steps, just the correct functions

maybe you could parent everything in a model and flip the map upside down. You would have to calculate the new position however.

thats kinda an idea I had but i kinda wanted more of a magnet effect, i know its possible because i’ve seen it done before

in that case, i remember an open source module released which is like a gravitycontroller and it would let you walk on walls on stuff. Have a look into using this Wall stick/Gravity Controller

don’t do this in a multiplayer setting, or if your map is detailed.

Ohh egomoose, i’ve seen him before but i dont exactly know where from, I’ll look into this though!

yeaa i kinda thought it’d be weird in a multiplayer setting because it’d look strange client sided (if it is even possible) and it’d be chaos serversided

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.