Zone speed boost

Is it possible to make a zone give you a speed boost while you’re in it and ends when you leave but when you leave it doesn’t change how fast you went before you went in it first.

so, if i went into the zone and got the speed boost, would i leave with the speed boost?

yes it is possible, you need to add another speed modify for when you leave the zone

I think a zone (player enters) → speed modifier
Zone (player leaves) → speed modifier (original speed)

2 Likes

no you would have the speed you started with

are there other speeds you can be at?

it would require block coding and finding out what speed they were before entering, I cant do block code so good luck

uhh what do you mean?

if everyone has the same base speed, then it will be easy, however if some people have different speeds than others before going into the zone, you’ll have to use block code

2 Likes

oh well in my map there is different speed modifiers so yeah they’re would need to be block codes

hmm, i’d have to figure that out, though i can’t right this moment. if its not already solved, i can come back with a solution

1 Like

well yeah that’s the simple way to do it
(I was bout to say something much more complicated lol)

1 Like

what if the original speed isn’t always the same?

Then you don’t use the system I posted.

3 Likes

You could store the original speed in a property, and do this.
image

  • Stores the original speed in a variable.

image

  • Transmits on a channel of the original speed. You then have a speed modifier of every speed that you could have, and it has receiving on channel, “What the speed it sets to.”

Let me know if I need to clarify on anything :sweat_smile:

2 Likes

where do I put the blocks?

1 Like

In a trigger. Make sure the zone triggers it and the speed modifier you want the speed to be.

@Deet5 You can do channels or wires. It doesn’t matter. [1]


  1. I ran out of posts:( ↩︎

1 Like

Do I need to add any wires?

So,

2 speed modifiers
1 zone

Do this in the zone:

Do this in one of the speed modifiers:

And do this in the last speed modifier:


If this helps mark it as a solution

1 Like

I tried a little but I have to go to my 5th period rn

1 Like