Hello, i'm trying to make a lua script that makes sonic float and move in any direction whenever using the Whirlwind shield, but i don't know to to make a character float, can someone help me?
Btw, here's the code:
addHook("PlayerThink", function(player)
if player.powers[pw_shield] ==...