Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Something weird
- local Base = game.Workspace.Base
- local Lighting = game.Lighting
- local Brightness = Lighting.Brightness
- while true do
- Base.Transparency = 0
- Base.BrickColor = BrickColor.new("Really red")
- wait(0.5)
- Base.Transparency = 1
- wait(0.5)
- Base.Transparency = 0
- Base.BrickColor = BrickColor.new("Lapis")
- wait(0.5)
- Base.Transparency = 1
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement