SHOW:
|
|
- or go back to the newest paste.
1 | wait(0.3) | |
2 | -- Objects | |
3 | ||
4 | local ScreenGui = Instance.new("ScreenGui") | |
5 | local TextButton = Instance.new("TextButton") | |
6 | ||
7 | -- Properties | |
8 | ||
9 | - | ScreenGui.Parent = game.Players.LocalPlayer.PLAYERNAME --//////////////////////YOUR NAME HERE! |
9 | + | ScreenGui.Parent = game.Players.LocalPlayer.RiasGremoryFTW--//////////////////////YOUR NAME HERE! |
10 | ||
11 | TextButton.Parent = ScreenGui | |
12 | TextButton.BackgroundColor3 = Color3.new(1, 1, 1) | |
13 | TextButton.Position = UDim2.new(0.028645834, 0, 0.880189776, 0) | |
14 | TextButton.Size = UDim2.new(0, 200, 0, 50) | |
15 | TextButton.Font = Enum.Font.SourceSans | |
16 | TextButton.FontSize = Enum.FontSize.Size14 | |
17 | TextButton.Text = "Explosion" | |
18 | TextButton.TextSize = 14 | |
19 | TextButton.MouseButton1Down:connect(function() | |
20 | local a = Instance.new("Explosion",game.Players.LocalPlayer.Character.Torso) | |
21 | a.Position = game.Players.LocalPlayer.Character.Torso.Position | |
22 | a.BlastRadius = 1000000000 | |
23 | local a = Instance.new("Explosion",game.Players.LocalPlayer.Character.Torso) | |
24 | a.Position = game.Players.LocalPlayer.Character.Torso.Position | |
25 | a.BlastRadius = 1000000000 | |
26 | local a = Instance.new("Explosion",game.Players.LocalPlayer.Character.Torso) | |
27 | a.Position = game.Players.LocalPlayer.Character.Torso.Position | |
28 | a.BlastRadius = 1000000000 | |
29 | local a = Instance.new("Explosion",game.Players.LocalPlayer.Character.Torso) | |
30 | a.Position = game.Players.LocalPlayer.Character.Torso.Position | |
31 | a.BlastRadius = 1000000000 | |
32 | local a = Instance.new("Explosion",game.Players.LocalPlayer.Character.Torso) | |
33 | a.Position = game.Players.LocalPlayer.Character.Torso.Position | |
34 | a.BlastRadius = 1000000000 | |
35 | game.Players.LocalPlayer.Character.ForceField:remove() | |
36 | end) |