Advertisement
Roblox-Studio

The secret script

Dec 3rd, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. while true do
  2. script.Parent.Touched:Connect(function()
  3. script.Parent.Transparency = 1
  4. script.Parent.CanCollide = false
  5. wait(5)
  6. script.Parent.Transparancy = 0
  7. script.Parent.CanCollide = true
  8. end)
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement