Anchored part is acting weird

I don’t know why the part isn’t pushing all the of blocks. Please help

3 Likes

Hello!

First off, this topic should be in Scripting Support.

Second, about the problem, are there any other scripts besides the one in the video? I’m not getting enough information.

2 Likes

Oops! sorry I didn’t know where to put this post in because I just got access, also I figured how to fix this issue.

3 Likes

That’s okay! What was the fix?

2 Likes

I just made the part turn off collision and then turn it on again like this:
script.Parent.CanCollide = false
script.Parent.CanCollide = true

2 Likes

Cool. Glad you fixed it. Good luck with your game!

2 Likes