Hasli4

Evil Castle

Dec 14th, 2025 (edited)
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. B=0
  2. while true do  
  3.     B = game.Lighting.ClockTime
  4.     if B > 20 then workspace.Part1.Transparency=1 end
  5.     if B < 6 then workspace.Part1.Transparency=1 end
  6.     if B > 6 and B < 16 then workspace.Part1.Transparency=0  end
  7.     wait()
  8. end
Advertisement
Add Comment
Please, Sign In to add comment