of     1   

cricklycoral
#182512815Wednesday, January 27, 2016 8:05 PM GMT

Just sit there and spin, even when it get blown up? I am making a survival game, and every time a rocket hits an unanchored spinner, it goes away and it gets annoying without an regeneration script.
128Gigabytes
#182512866Wednesday, January 27, 2016 8:06 PM GMT

Anchor the part and cframe it
cricklycoral
#182513370Wednesday, January 27, 2016 8:16 PM GMT

bump
Crimsonal
#182513523Wednesday, January 27, 2016 8:18 PM GMT

part = script.Parent while wait() do part.CFrame = part.CFrame*CFrame.fromEulerAnglesXYZ(0,0.1,0) -- 0.1 is how much it increments so it's 1/10th a stud end
cricklycoral
#182513807Wednesday, January 27, 2016 8:24 PM GMT

@Crimsonal When I add the script, the brick goes to space.
Crimsonal
#182513847Wednesday, January 27, 2016 8:25 PM GMT

part.Anchored = true
cricklycoral
#182513851Wednesday, January 27, 2016 8:25 PM GMT

@Crimsonal I fixed it, I forgot to anchor it. Thank you!

    of     1