How To Make A Part Rotate Roblox

[Solved] How To Make A Part Rotate Roblox | Lua - Code Explorer | yomemimo.com
Question : how to make a part rotate roblox

Answered by : busy-buzzard-ajmzfy52tu43

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

Source : | Last Update : Thu, 03 Dec 20

Answers related to how to make a part rotate roblox

Code Explorer Popular Question For Lua