Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait(0.9)
- warn("AND HIS NAME IS JOHN CENAAAAA")
- warn("Ik This is A dead meme But i just Learned Position")
- -----------Music-------------------
- local sound = Instance.new("Sound", game.Workspace)
- sound.SoundId = "rbxassetid://272322032"
- sound.Looped = true
- sound:Play()
- -----------------------------------
- -----DESpAciTO 3 wiLL comE OUt latEr------------------
- local part = Instance.new('Part')
- part.Parent = Workspace
- part.Size = Vector3.new(100, 1, 100)
- part.Position = Vector3.new(1, 150, 1)
- part.BrickColor = BrickColor.new("Bright green")
- 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