Advertisement
Guest User

FE Help

a guest
Sep 19th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. local t = true
  2. while true do
  3. script.Parent.Touched:connect(function(hit)
  4. if hit:FindFirstChild("Humanoid")then
  5. if t == true then
  6. t = false
  7. script.Parent.Trasparency = 1
  8. end
  9. end
  10. wait(1)
  11. script.Parent.Transparency = 0
  12. t = true
  13. end)
  14. wait()
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement