Answers for "how to move and rotate a model roblox"

Lua
0

rotate object roblox

local rotatedCFrame = CFrame.Angles(0, math.rad(70), math.rad(20))
redBlock.CFrame = redBlock.CFrame:ToWorldSpace(rotatedCFrame)
Posted by: Guest on November-18-2021

Code answers related to "how to move and rotate a model roblox"

Browse Popular Code Answers by Language