Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait(0.1)
- local bill = Instance.new("BillboardGui",game.Players.LocalPlayer.Character.Head)
- local txtlabel = Instance.new("TextLabel",bill)
- bill.StudsOffset = Vector3.new(0, 3, 0)
- txtlabel.Size = UDim2.new(0,150,0,50)
- txtlabel.Text = "Explosions are the perfect way to die!"
- txtlabel.TextColor3 = Color3.new(1/255,1/255,1/255)
- txtlabel.BackgroundTransparency = 1
- txtlabel.FontSize = Enum.FontSize.Size60
- char = game.workspace:findFirstChild(game.Players.LocalPlayer.Name)
- char:MoveTo(Vector3.new(0,0,0))
- X = game.Players.LocalPlayer.Character.Torso.Position.X
- Y = game.Players.LocalPlayer.Character.Torso.Position.Y
- Z = game.Players.LocalPlayer.Character.Torso.Position.Z
- pos = game.Players.LocalPlayer.Character.Torso.Position.X
- i = 0
- char.Humanoid.WalkSpeed = 40
- local sound = Instance.new("Sound",workspace)
- sound.SoundId = "http://www.roblox.com/asset/?id=334005443"
- sound.Volume = "1"
- sound:Play()
- local sky = Instance.new("Sky",game.Lighting)
- sky.SkyboxUp = "http://www.roblox.com/asset/?id=50657528"
- sky.SkyboxRt = "http://www.roblox.com/asset/?id=50657528"
- sky.SkyboxLf = "http://www.roblox.com/asset/?id=50657528"
- sky.SkyboxFt = "http://www.roblox.com/asset/?id=50657528"
- sky.SkyboxDn = "http://www.roblox.com/asset/?id=50657528"
- sky.SkyboxBk = "http://www.roblox.com/asset/?id=50657528"
- while pos < 249 do
- pos = game.Players.LocalPlayer.Character.Torso.Position.X
- game.Players.LocalPlayer.Character.Humanoid.WalkToPoint = Vector3.new(250,0,0)
- wait(0.001)
- end
- local explosion = Instance.new("Explosion",workspace)
- explosion.Position = char.Torso.Position
- wait(0.5)
- sky:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement