#whats wrong with my script?

3 messages · Page 1 of 1 (latest)

hardy ermine
#

You are trying to modify the transparency of a new part or what? I don't get it... You look at a part that you reference at line 1 ( I think ) but changing the transparency of a new part

stuck jackal
#

it might be two things

  1. its overlapping, at first.
  2. its deleted because you didnt anchor it, this is the case if the part's CanCollide property is false, but i think in default its true? try experimenting, because i too dont know if the default property is true. 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