Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local aScreen = {
- " ",
- " ",
- " %%% %%% ",
- " %%%%% %%%%% ",
- " %%%%%%%%%%%%%%%% ",
- " %%%%%%%%%%%%%%%% ",
- " %%%%%%%%%%%%%% ",
- " %%%%%%%%% ",
- " %%%%% ",
- " %%% ",
- " % "
- }
- local bScreen = {
- " ",
- " ",
- " $$$ $$$ ",
- " $$$ $ $ ",
- " $ $ ",
- " $ $ ",
- " $$$ $ $ ",
- " $$$ $$$ ",
- " ",
- " ",
- " "
- }
- effectsAPI.playEffect(1,1,nil,aScreen,"randomScatter")
- sleep(5)
- while true do
- effectsAPI.playEffect(1,1,aScreen,bScreen,"randomScatter")
- sleep(5)
- effectsAPI.playEffect(1,1,bScreen,aScreen,"randomScatter")
- sleep(5)
- end
Advertisement
Add Comment
Please, Sign In to add comment