Advertisement
oopsrainbow4

Pixel

Jul 3rd, 2022
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. local Pixel = script.Parent
  2. local ClickDetector = script.Parent.ClickDetector
  3.  
  4. ClickDetector.MouseClick:Connect(function(hit)
  5.     Pixel.BrickColor = BrickColor.Random()
  6. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement