I need to know how to make a part dissapear (also non-collide but befor collide) And again script like: wait (2) .And here i need know the script to dissapear and make non-collide script.
Do you mean like this?
part.Transparency = 0 part.CanCollide = true wait(2) part.Transparency = 1 part.CanCollide = false