How do i modify the run speed of one character
Posted: Thu Jul 07, 2022 5:42 pm
I'm trying to modify the speed of toad in lunalua
Forums for SMBX
https://www.smbxgame.com/forums/
Code: Select all
function onStart()
if player.character == 4 then
Defines.player_walkspeed = 6
Defines.player_runspeed = 9
end
end