Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait(0.3)
- -- Objects
- local ScreenGui = Instance.new("ScreenGui")
- local TextButton = Instance.new("TextButton")
- -- Properties
- ScreenGui.Parent = game.Players.LocalPlayer.RiasGremoryFTW--//////////////////////YOUR NAME HERE!
- TextButton.Parent = ScreenGui
- TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton.Position = UDim2.new(0.028645834, 0, 0.880189776, 0)
- TextButton.Size = UDim2.new(0, 200, 0, 50)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.FontSize = Enum.FontSize.Size14
- TextButton.Text = "Explosion"
- TextButton.TextSize = 14
- TextButton.MouseButton1Down:connect(function()
- local a = Instance.new("Explosion",game.Players.LocalPlayer.Character.Torso)
- a.Position = game.Players.LocalPlayer.Character.Torso.Position
- a.BlastRadius = 1000000000
- local a = Instance.new("Explosion",game.Players.LocalPlayer.Character.Torso)
- a.Position = game.Players.LocalPlayer.Character.Torso.Position
- a.BlastRadius = 1000000000
- local a = Instance.new("Explosion",game.Players.LocalPlayer.Character.Torso)
- a.Position = game.Players.LocalPlayer.Character.Torso.Position
- a.BlastRadius = 1000000000
- local a = Instance.new("Explosion",game.Players.LocalPlayer.Character.Torso)
- a.Position = game.Players.LocalPlayer.Character.Torso.Position
- a.BlastRadius = 1000000000
- local a = Instance.new("Explosion",game.Players.LocalPlayer.Character.Torso)
- a.Position = game.Players.LocalPlayer.Character.Torso.Position
- a.BlastRadius = 1000000000
- game.Players.LocalPlayer.Character.ForceField:remove()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement