of     1   

fishguy100
#159505284Monday, April 06, 2015 2:02 AM GMT

How did you make all the spleef plates fall within 20 seconds? I know how to make random plates fall but how did you make them all fall in 20 seconds?
BothAngles
#159507257Monday, April 06, 2015 2:27 AM GMT

Get out
TremoIo
#159507675Monday, April 06, 2015 2:32 AM GMT

wait(20) 20 seconds. Boom. Magic. Then add all your functions and conditions to make them fall... AKA just unanchor them all and they all come falling down.
fishguy100
#159538524Monday, April 06, 2015 2:05 PM GMT

^ Excellent idea!
SummerEquinox
#159539096Monday, April 06, 2015 2:19 PM GMT

@op *facepalm* local plates = {get to all your plates} do wait(20) plates.Transparency = 1 plates.CanCollide = false wait(1) plates.Transparency = 0 plates.CanCollide = true end
Seattlantis
#159680069Wednesday, April 08, 2015 9:48 AM GMT

bump lol

    of     1