Advertisement
Navarone19_CH

Key Script

May 29th, 2020
8,665
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. script.Parent.Touched:connect(function(p)
  2. if p.Parent.Name == "Key" then
  3. script.Parent.Transparency = 1
  4. script.Parent.CanCollide = false
  5. wait(1)
  6. script.Parent.Transparency = 0
  7. script.Parent.CanCollide = true
  8. end
  9. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement