Create

This code is over 6 months old. The code may have expired and might no longer function.

rule("effect") {
event { Ongoing - Global; }
actions {
Create Effect(Local Player, Sphere, Color(Blue), Up * 25, 15, Visible To);
}
}
rule("orb wall") {
event { Player Joined Match; All; All; }
actions {
Start Accelerating(Event Player, Direction Towards(Position Of(Event Player), Up * 25),
Filtered Array(6250 - 256 * (Distance Between(Position Of(Event Player), Up * 25) - 15),
6250 > Current Array Element),
10, To World,Direction Rate and Max Speed);

While(True);
Wait Until(Distance Between(Position Of(Event Player), Up * 25) > 15, 99999);
Apply Impulse(Event Player, Direction Towards(Position Of(Event Player), Up * 25),
5 * (Distance Between(Position Of(Event Player), Up * 25) - 15),
To World, Cancel Contrary Motion XYZ);
Wait(False, Ignore Condition);
End;
}
}

Players | 1 - 5
Categories: 1vs1
Tags: "/"
Heroes: D.va, Doomfist, Junker Queen, Orisa, Ramattra, and 31 more...
Created at:
Last updated:

Similar Codes

Join the Workshop.codes Discord