Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait(0.9)
- warn("No SCOPE BRICK")
- warn("Made By Mediakiller7")
- -----------Music and Scripts---------------------
- local sound = Instance.new("Sound", game.Workspace)
- sound.SoundId = "rbxassetid://193528674"
- sound.Looped = true
- sound:Play()
- -------------------------------------------------
- local part = Instance.new('Part')
- part.Anchored = true
- part.BrickColor = BrickColor.new("Deep blue")
- part.Parent = workspace
- part.Touched:connect(function(hit)
- part.Size = Vector3.new(1000, 1, 1000)
- local hum = hit.Parent:FindFirstChild("Humanoid")
- if hum then
- hum.Health = 0
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement