Algrythm
(mars)
November 11, 2022, 6:56pm
1
Heya!
I have a dirtbike racing game where you have to hit ramps to gain points.
I want to add a new feature where you can press a button which activates an animation such as a 360° spin while the player is on the bike.
I don’t have too much experience with A-Chassis or Roblox vehicles, so any advice is very much appreciated.
(The bike works with an A-Chassis system)
Thank you all!
2 Likes
U can use UserInputService to detect if a button has been pressed, and then fire a RemoteEvent to the server to play the animation on there.
Algrythm
(mars)
November 11, 2022, 7:10pm
3
How would I get the animation to run? I don’t know much about animation so if you could elaborate a little bit it would be appreciated.
I hope you already understand how to make an animation, If not. Search how to on youtube for example.
And to make a animation run, Please refer to this link.
Animator | Roblox Creator Documentation