of     1   

Devenit
#225797891Saturday, September 30, 2017 11:16 PM GMT

I have a door that will stay locked for a 5 minutes then unlock(not collide) and disappear. How would I make a gamepass to enter the door before the 5 minute wait time? Here's the door(brick) disappearing script: while true do wait(300) script.Parent.CanCollide=true script.Parent.Transparency=0 wait(0,1) script.Parent.CanCollide=false script.Parent.Transparency=1 end
Devenit
#225797989Saturday, September 30, 2017 11:18 PM GMT

bump
Devenit
#225799682Sunday, October 01, 2017 12:02 AM GMT

b2

    of     1