Hasli4

Untitled

Nov 20th, 2025
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.50 KB | None | 0 0
  1.       if hinge.TargetAngle == 0 then
  2.  
  3.             if platform.Orientation.Y == 0 then
  4.                   hinge.TargetAngle = -90
  5.                   script.Enabled = false
  6.                   wait(2)
  7.                   script.Enabled = true
  8.             end
  9.  
  10.       else
  11.                   if platform.Orientation.Y == - 90 then
  12.                   hinge.TargetAngle = 0
  13.                   script.Enabled = false
  14.                   wait(2)
  15.                   script.Enabled = true
  16.  
  17.             end
  18.  
  19.       end
Advertisement
Add Comment
Please, Sign In to add comment