Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2014
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. script.Parent.Touched:connect(function(hit)
  2.     if hit.Parent:FindFirstChild("Humaniod") then
  3.         repeat
  4.             script.Parent.Transparency = script.Transparency - .05
  5.             wait(.05)
  6.         until
  7.         script.Parent.Transparency == 0
  8.     end
  9. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement