Horje
how to make a part rotate roblox Code Example
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




10

Related
Lua array add item Code Example Lua array add item Code Example
sleep function lua Code Example sleep function lua Code Example
roblox on touch script Code Example roblox on touch script Code Example
lua loop through table Code Example lua loop through table Code Example
lua click detection Code Example lua click detection Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11