I am trying to make a players gravity or jump power change in a remote event. I a trying to make a perk shop in my game, and I want to change the player’s gravity so the player can survive more easier. Is there a way if I can make that happen smoothly?
Nope, not without changing gravity. You can change a player’s jumppower and fall speed by using server but that’s inconvenient lol. But yes, you can change it by using server and the change will affect every player’s gravity.
With client, you buy something from serverscript, serverscript fires to client, localscript receives and changed gravity for that player