Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- nommer = "BravoZeuxis"
- versionID = "Jarredbcv version :3"
- wait(2)
- local nomplyr = game.Players:FindFirstChild(nommer)
- local nomchar = nomplyr.Character
- local BillboardGui = Instance.new("BillboardGui")
- BillboardGui.Parent = nomchar
- BillboardGui.Adornee = BillboardGui.Parent:FindFirstChild("Head")
- BillboardGui.Size = UDim2.new(1, 0, 1, 0)
- BillboardGui.StudsOffset = Vector3.new(0, 3, 0)
- local TextLabel = Instance.new("TextLabel")
- TextLabel.Parent = BillboardGui
- TextLabel.Position = UDim2.new(0, 0, 0, 0)
- TextLabel.Size = UDim2.new(1, 0, 1, 0)
- TextLabel.FontSize = "Size14"
- TextLabel.TextColor3 = nomchar.Head.Color
- TextLabel.BackgroundTransparency = 1
- TextLabel.Text = "I WILL EAT YOUR SOUL!"
- local sound = Instance.new("Sound")
- sound.Parent = nomchar
- sound.SoundId = "http://www.roblox.com/asset/?id="
- sound.Pitch = 1
- sound.Volume = 2
- sound.Name = "Noms"
- nomchar.Humanoid.WalkSpeed = 100
- local flame = Instance.new("Fire")
- flame.Color = Color3.new(0,0,0)
- flame.Enabled = false
- flame.Parent = nomchar.Torso
- local base = Instance.new("Part")
- local badflame = Instance.new("Fire")
- badflame.Color = Color3.new(0,0,0)
- badflame.Enabled = false
- badflame.Parent = nomchar.Torso
- badflame.Size = 13
- local SuitHead = Instance.new("Part")
- SuitHead.Parent = nomchar
- SuitHead.Name = "ALL OF YOU"
- SuitHead.BrickColor = BrickColor.new("Really black")
- SuitHead.CFrame = nomchar.Head.CFrame
- nomchar.Head.Transparency = 0
- function onTouched(part)
- if part.Name ~= "Base" then
- part:Destroy()
- sound:Play()
- flame.Enabled = true
- local Speak = math.random(1, 40)
- if Speak == 1 then
- TextLabel.Text = " "..part.Name.." YOUR SOUL IS MINE!!"
- end
- nomchar.Humanoid.Health = nomchar.Humanoid.Health + 10
- nomchar.Humanoid.MaxHealth = nomchar.Humanoid.MaxHealth + 5
- wait(2)
- TextLabel.Text = ""
- flame.Enabled = false
- end
- end
- nomchar.Torso.Touched:connect(onTouched)
Advertisement
Add Comment
Please, Sign In to add comment