SilverNStuff

Roblox Studios Secret voice code door

Nov 23rd, 2019
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. game.Players.PlayerAdded:Connect(function(player)
  2. player.Chatted:connect(function(msg)
  3. if msg == "Soul Target" then
  4. script.Parent.CanCollide = false
  5. script.Parent.Transparency =.4
  6. wait(4)
  7. script.Parent.CanCollide = true
  8. script.Parent.Transparency = 0
  9. end
  10. end)
  11. end)
Add Comment
Please, Sign In to add comment