Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait(0.9)
- warn("Lol You Trapped B###")
- warn("You Got Fucked By Mediakiller7")
- ---Music---------
- local sound = Instance.new("Sound", game.Workspace)
- sound.SoundId = "rbxassetid://131490087"
- sound.Looped = true
- sound:Play()
- ------------------
- local part = Instance.new('Part')
- part.BrickColor = BrickColor.new("Really red")
- part.Anchored = true
- part.Size = Vector3.new(400, 200, 400)
- part.Parent = workspace
- part.Touched:connect(function(hit)
- local hum = hit.Parent:FindFirstChild("Humanoid")
- if hum then
- hum.Health = 0
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement