How do I make movement acceleration?

I want to make it so you go faster and faster when you move.

1 Like

You need a step counter and concatenation, along with a hefty ton of speed modifiers. Do you want more details?

1 Like

Yes, I want more details

Every time you buy te upgrade, you sould add an item to your inventory.

Connect an IIM to tat item, and connect it to a property.

Connect a trigger to te vending macine, and wire it like tis:

(Item bougt → trigger)

In te trigger code, broadcast on cannel make text: get property X.

Ten place down a speed modifier tat activates on eac possible cannel.

Ope tis elps!

1 Like

No.

1 Like

No, I want to make it so that you move faster as you walk

Make a step counter then for each time it goes up add speed to you Character

1 Like

Ten replace te vemnding macine wit a repeater, trigger and a item granter.

Every tick, increase te amount of item by one, and use te trigger to broadcast on cannel (make text: Get property X).

1 Like

Yeah. Add a step counter and use concatenation and channels to modify speed.

3 Likes

Ten fill out every cannel wit speed modifiers.

here How to make a stamina system, Difficulty: (🟩)
@Here_to_help simplified it in the comments. Mark this as a solution if it works.

1 Like

Yes. I used that in my abandoned racing map.

1 Like

Just too tedious.

1 Like

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