how to rotate model roblox code example
Example: rotate modl roblox
--This will get rotated 90 degrees on X axis
Model:SetPrimaryPartCFrame(SpawnCFrame * CFrame.Angles(math.rad(90),0,0))
--This will get rotated 90 degrees on X axis
Model:SetPrimaryPartCFrame(SpawnCFrame * CFrame.Angles(math.rad(90),0,0))