0
Q:

how to make a part rotate roblox

local part = game.Workspace.Part

while true do wait(1)
	part.CFrame = CFrame.Angles(0,math.rad(5),0)
end
0

New to Communities?

Join the community