Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to disapear a part and make non-collide?

Asked by 3 years ago

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.

0
Please check my answer if it's what you mean. Punctist 120 — 3y

1 answer

Log in to vote
0
Answered by
Punctist 120
3 years ago
Edited 3 years ago

Do you mean like this?

part.Transparency = 0
part.CanCollide = true
wait(2)
part.Transparency = 1
part.CanCollide = false
0
yes thanks superaceCZ 28 — 3y
Ad

Answer this question