I wanted to make a script that would make parts randomly fall in a certain spot so I followed a video on YT (I've got 0 experience in scripting) but the parts don't fall. Instead they just stay in the air/float (And they also don't randomly spawn on the place that I wanted them to)
Can someone help me/tell me what's wrong with the script?
Thank you!
Script + how the parts look:
#My script doesnt work as it should
1 messages · Page 1 of 1 (latest)
add a [part].anchored = false in the part properties section. may fix not falling
newStar.Anchored = false after setting the position
Ohh thanks!