Advertisement
Gamepro_GPThePro

Untitled

May 20th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. script.Parent.ClickDetector.MouseClick:connect(function()
  2. script.Parent.CanCollide = false
  3. script.Parent.Transparency = 0.6
  4. wait(5)
  5. script.Parent.CanCollide = true
  6. script.Parent.Transparency = 0
  7. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement