Advertisement
giantgamingchannel

[LUA] Colour changing brick script

Mar 7th, 2018
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. --By giantgamingchannel
  2. --Discord: Polandball (giant)#3166
  3. --Do not leak.
  4. Instance.new("Part",workspace)
  5. part = script.Parent
  6. while true do
  7. part.PartColor = PartColor.random()
  8. wait(0.5)
  9. end
  10. print 'boi you experienced life'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement