· 6 years ago · Nov 30, 2018, 12:46 AM
1--- Credits to richard8789h---
2
3
4
5-- Objects
6
7local ScreenGui = Instance.new("ScreenGui")
8local Frame = Instance.new("Frame")
9local Title = Instance.new("TextLabel")
10local LSSJB = Instance.new("TextButton")
11local LSSJG = Instance.new("TextButton")
12local LSSJ2 = Instance.new("TextButton")
13local LSSJ = Instance.new("TextButton")
14local Golden = Instance.new("TextButton")
15local WVLB = Instance.new("TextButton")
16
17-- Properties
18
19ScreenGui.Parent = game.CoreGui
20
21Frame.Parent = ScreenGui
22Frame.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
23Frame.Position = UDim2.new(0.76720351, 0, 0.298418969, 0)
24Frame.Size = UDim2.new(0, 318, 0, 205)
25
26Title.Name = "Title"
27Title.Parent = Frame
28Title.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
29Title.Position = UDim2.new(0.198738173, 0, 0, 0)
30Title.Size = UDim2.new(0, 218, 0, 43)
31Title.Font = Enum.Font.SourceSans
32Title.Text = "Dragon Ball Infinity Saga Transformations"
33Title.TextSize = 14
34
35LSSJB.Name = "LSSJB"
36LSSJB.Parent = Frame
37LSSJB.BackgroundColor3 = Color3.new(1, 1, 1)
38LSSJB.Position = UDim2.new(0.0347003154, 0, 0.273170739, 0)
39LSSJB.Size = UDim2.new(0, 67, 0, 28)
40LSSJB.Font = Enum.Font.SourceSans
41LSSJB.Text = "LSSJB"
42LSSJB.TextSize = 14
43LSSJB.MouseButton1Down:connect(function()
44game:GetService("Players").LocalPlayer.PlayerGui.Main.Moves2["LSSJB"].Slash.Fire:InvokeServer()
45end)
46
47LSSJG.Name = "LSSJG"
48LSSJG.Parent = Frame
49LSSJG.BackgroundColor3 = Color3.new(1, 1, 1)
50LSSJG.Position = UDim2.new(0.394321769, 0, 0.27317071, 0)
51LSSJG.Size = UDim2.new(0, 67, 0, 28)
52LSSJG.Font = Enum.Font.SourceSans
53LSSJG.Text = "LSSJG"
54LSSJG.TextSize = 14
55LSSJG.MouseButton1Down:connect(function()
56game:GetService("Players").LocalPlayer.PlayerGui.Main.Moves2["LSSJG"].Slash.Fire:InvokeServer()
57end)
58
59
60LSSJ2.Name = "LSSJ2"
61LSSJ2.Parent = Frame
62LSSJ2.BackgroundColor3 = Color3.new(1, 1, 1)
63LSSJ2.Position = UDim2.new(0.731861234, 0, 0.27317071, 0)
64LSSJ2.Size = UDim2.new(0, 67, 0, 28)
65LSSJ2.Font = Enum.Font.SourceSans
66LSSJ2.Text = "LSSJ2"
67LSSJ2.TextSize = 14
68LSSJ2.MouseButton1Down:connect(function()
69game:GetService("Players").LocalPlayer.PlayerGui.Main.Moves2["LSSJ2"].Slash.Fire:InvokeServer()
70end)
71
72LSSJ.Name = "LSSJ"
73LSSJ.Parent = Frame
74LSSJ.BackgroundColor3 = Color3.new(1, 1, 1)
75LSSJ.Position = UDim2.new(0.0347003341, 0, 0.67804873, 0)
76LSSJ.Size = UDim2.new(0, 67, 0, 28)
77LSSJ.Font = Enum.Font.SourceSans
78LSSJ.Text = "LSSJ"
79LSSJ.TextSize = 14
80LSSJ.MouseButton1Down:connect(function()
81game:GetService("Players").LocalPlayer.PlayerGui.Main.Moves2["LSSJ"].Slash.Fire:InvokeServer()
82end)
83
84Golden.Name = "Golden"
85Golden.Parent = Frame
86Golden.BackgroundColor3 = Color3.new(1, 1, 1)
87Golden.Position = UDim2.new(0.394321799, 0, 0.67804873, 0)
88Golden.Size = UDim2.new(0, 67, 0, 28)
89Golden.Font = Enum.Font.SourceSans
90Golden.Text = "GoldenOzaru"
91Golden.TextSize = 14
92Golden.MouseButton1Down:connect(function()
93game:GetService("Players").LocalPlayer.PlayerGui.Main.Moves2["GoldenOzaru"].Slash.Fire:InvokeServer()
94end)
95
96WVLB.Name = "WVLB"
97WVLB.Parent = Frame
98WVLB.BackgroundColor3 = Color3.new(1, 1, 1)
99WVLB.Position = UDim2.new(0.731861234, 0, 0.67804873, 0)
100WVLB.Size = UDim2.new(0, 67, 0, 28)
101WVLB.Font = Enum.Font.SourceSans
102WVLB.Text = "WVLB"
103WVLB.TextSize = 14
104WVLB.MouseButton1Down:connect(function()
105game:GetService("Players").LocalPlayer.PlayerGui.Main.Moves2["WVLB"].Slash.Fire:InvokeServer()
106end)