Advertisement
Bluenix

Untitled

Jun 16th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. Codigo De La Puerta:
  2.  
  3. Script:
  4. script.Parent.Touched:connect(function(p)
  5. if p.Parent.Name == "Key1" then -- Nombre Del tool [Remplazar]
  6. script.Parent.Transparency = 0.5
  7. script.Parent.CanCollide = false
  8. wait(1)
  9. script.Parent.Transparency = 0
  10. script.Parent.CanCollide = true
  11. end
  12. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement