$gamePlayer.setMovespeed(newspeedvalue);
I mean the "ghost effect" when the character runs. I would like to press a button to run faster with that effect.I'm not sure what kind of specific effect you're asking for as you haven't provided any details really, but you can change the movement speed of the player with
The default movement speed is 4.Code:$gamePlayer.setMovespeed(newspeedvalue);