Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Land Mine Script
- -------------------------------------
- local respawnTime = 2
- script.Parent.Touched:Connect(function(hit)
- if script.Parent.Transparency == 1 then return end
- script.Parent.Transparency = 1
- local explosion = Instance.new("Explosion", script.Parent)
- explosion.Position = script.Parent.Position
- game:GetService("Debris"):AddItem(explosion, 2)
- wait(respawnTime)
- script.Parent.Transparency = 0
- end)
- -------------------------------------
- PLAY MY ROBLOX GAME - https://www.roblox.com/games/16800723712/WARSHIP-UPDATE-TD-WARS -
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement