Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR LUA

roblox rotate model

while true do
script.Parent:SetPrimaryPartCFrame(script.Parent:GetPrimaryPartCFrame()*CFrame.fromEulerAnglesXYZ(0,.05,0))
wait()
end
Source by devforum.roblox.com #
 
PREVIOUS NEXT
Tagged: #roblox #rotate #model
ADD COMMENT
Topic
Name
9+8 =