Hi, I need your help! I can’t make a script Here’s what I want:
If the part has an orientation smaller than 90, then its orientation will be 0! I tried to make this script but it doesn’t work:
if game.Parent.Orientation <= Vector3.new(0,90,0) then
script.Parent.Orientation = Vector3.new(0,0,0)
end