Answers for "how to make a part rotate around another part roblox"

Lua
3

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
Posted by: Guest on November-26-2020

Code answers related to "how to make a part rotate around another part roblox"

Browse Popular Code Answers by Language