Hello! Today i made a script that when it’s Parent is touched, moves a part from ServerStorage to workspace and then changes it’s PointLight range .
When i touch the script Parent, the part is moved to workspace but it wont change the PointLight range, can anyone tell me what’s wrong here?
your indexing a property, your LightRange variable was set to the value of the range at the top, you arent changing the property, you are changing the variable. Make it