Comment faire tourner une pièce ROBLOX
local part = game.Workspace.Part
while true do wait(1)
part.CFrame = CFrame.Angles(0,math.rad(5),0)
end
Busy Buzzard
local part = game.Workspace.Part
while true do wait(1)
part.CFrame = CFrame.Angles(0,math.rad(5),0)
end