#Fling All

1 messages · Page 1 of 1 (latest)

old void
#

I'm not that good at circuits, and I want to make a button that flings everybody up into the air with like a 10 sec cooldown. I don't need anyone to work on my room or anything, but I just need like a tutorial or video, something like that.

solemn loom
# old void I'm not that good at circuits, and I want to make a button that flings everybody...

for the fling everyone part:
get all player > connect it to yellow part of "for each" > "velocity add" connect target to yellow output of the for each, for velocity you use "vector3 create" and connect yellow output to the velocity input of the velocity add, in the vector create you set the middle input "y" to 1 and keep othe inputs as 0
in the velocity add you can change multiplier and max velocity to get the right fling speed

for the cooldown just use this guide: https://discord.com/channels/193073071802941451/1322745501690363914

dim onyx
#

Or an event sender to all

solemn loom