Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game.Players.PlayerAdded:Connect(function(player)
- player.Chatted:connect(function(msg)
- if msg == "Soul Target" then
- script.Parent.CanCollide = false
- script.Parent.Transparency =.4
- wait(4)
- script.Parent.CanCollide = true
- script.Parent.Transparency = 0
- end
- end)
- end)
Add Comment
Please, Sign In to add comment