Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- B=0
- while true do
- B = game.Lighting.ClockTime
- if B > 20 then workspace.Part1.Transparency=1 end
- if B < 6 then workspace.Part1.Transparency=1 end
- if B > 6 and B < 16 then workspace.Part1.Transparency=0 end
- wait()
- end
Advertisement
Add Comment
Please, Sign In to add comment