Any way to give vehicles boost or repair vehicles thru verse?

Couldn’t figure out how to do this, is it possible or not? I am making a racing game and would like to reward players with boost and repairs when they do well

I’m not a vehicle expert, but I think you can grant boosts by using remotely activated Movement Modulators on the player and it would increase the vehicle speed too

For the repair, vehicles are healthful, which means you can call .SetHealth() on them
image

There’s also something called nitro for movement boosts iirc, but I never used that

Thank you, healthful is useful and works, unfortunately movement modulators don’t grant boost though. They also can’t get activated remotely when player is in a vehicle, seems like vehicles need to physically go over the pad for it to work. Not sure if thats a bug or intended haha

1 Like

You have to activate the pad onto the player not the vehicle to change the player move speed and not give an impulse, you sure it’s what you’ve done ?

Otherwise maybe try to change player movespeed by using classes?

Yea that is what I’ve done does it work for you? My workaround I’ve been using is teleporting the modulator device in front of player and and activating, still doesn’t give the impulse boost tho.

1 Like

Ah alright, no I didn’t try, I just saw people doing it in some maps, idk how they did then

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