#whats wrong with my script?
3 messages · Page 1 of 1 (latest)
it might be two things
- its overlapping, at first.
- its deleted because you didnt anchor it, this is the case if the part's
CanCollideproperty is false, but i think in default itstrue? try experimenting, because i too dont know if the default property istrue. you can set its collision and anchored property by adding;
part.CanCollide = true
part.Anchored = true
also, open you workspace hierarchy and find out if its really there or not