of     1   

LordDracius
#140431109Tuesday, July 15, 2014 6:48 PM GMT

How would I do this?
Sasayaki
#140432562Tuesday, July 15, 2014 7:03 PM GMT

local center = character.Torso.Position local theta = 0 while wait(.1) do part.CFrame = CFrame.new(center.X+math.sin(theta)*radius, center.Y, center.Z+math.cos(theta)) theta = theta+math.pi/24 end
LordDracius
#140843192Saturday, July 19, 2014 1:55 PM GMT

Did work
LordDracius
#140843577Saturday, July 19, 2014 2:04 PM GMT

Didn't work.
Sasayaki
#140885049Saturday, July 19, 2014 10:27 PM GMT

you better have defined all necessary variables

    of     1