Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Gradient = Instance.new("ImageLabel")
- local Hitbox = Instance.new("TextButton")
- local Gunmod = Instance.new("TextButton")
- local ESP = Instance.new("TextButton")
- local BTools = Instance.new("TextButton")
- local Title = Instance.new("TextLabel")
- local Sig = Instance.new("TextLabel")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- Gradient.Name = "Gradient"
- Gradient.Parent = ScreenGui
- Gradient.Active = true
- Gradient.BackgroundColor3 = Color3.fromRGB(140, 140, 140)
- Gradient.BorderSizePixel = 0
- Gradient.Position = UDim2.new(-0.00309503078, 0, -0.000803023577, 0)
- Gradient.Size = UDim2.new(0, 295, 0, 410)
- Gradient.Image = "rbxassetid://1490323181"
- Gradient.ImageColor3 = Color3.fromRGB(0, 0, 0)
- Gradient.Active = true
- Gradient.Draggable = true
- Hitbox.Name = "Hitbox"
- Hitbox.Parent = Gradient
- Hitbox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Hitbox.Position = UDim2.new(0, 47, 0, 160)
- Hitbox.Size = UDim2.new(0, 200, 0, 50)
- Hitbox.Font = Enum.Font.Oswald
- Hitbox.Text = "HIT BOX"
- Hitbox.TextColor3 = Color3.fromRGB(0, 0, 0)
- Hitbox.TextSize = 35.000
- Hitbox.MouseButton1Down:connect(function()
- game:GetService("StarterGui"):SetCore("SendNotification", {
- Title = "WARNING";
- Text = "Do not click this twice:)";
- })
- _G.HeadSize = 20
- _G.Disabled = true
- game:GetService('RunService').RenderStepped:connect(function()
- if _G.Disabled then
- for i,v in next, game:GetService('Players'):GetPlayers() do
- if v.Name ~= game:GetService('Players').LocalPlayer.Name then
- pcall(function()
- v.Character.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize)
- v.Character.HumanoidRootPart.Transparency = 0.56
- v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Bright green")
- v.Character.HumanoidRootPart.Material = "Neon"
- v.Character.HumanoidRootPart.CanCollide = false
- end)
- end
- end
- end
- end)
- end)
- Gunmod.Name = "Gunmod"
- Gunmod.Parent = Gradient
- Gunmod.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Gunmod.Position = UDim2.new(0, 47, 0, 81)
- Gunmod.Size = UDim2.new(0, 200, 0, 50)
- Gunmod.Font = Enum.Font.Oswald
- Gunmod.Text = "GUN MOD"
- Gunmod.TextColor3 = Color3.fromRGB(0, 0, 0)
- Gunmod.TextSize = 35.000
- Gunmod.MouseButton1Down:connect(function()
- game:GetService("StarterGui"):SetCore("SendNotification", {
- Title = "RESET!";
- Text = "Mod guns script made by sam0770";
- })
- game:GetService("ReplicatedStorage").Weapons["SSG 69"].Values.ClipSize.Value = 999
- game:GetService("ReplicatedStorage").Weapons["SSG 69"].Values.StoredAmmo.Value = 999
- game:GetService("ReplicatedStorage").Weapons["SSG 69"].Values.CameraRecoil.Value = 0
- game:GetService("ReplicatedStorage").Weapons["SSG 69"].Values.Automatic.Value = true
- game:GetService("ReplicatedStorage").Weapons["SSG 69"].Values.BoltAction.Value = false
- game:GetService("ReplicatedStorage").Weapons["SSG 69"].Values.FireRate.Value = 2000
- game:GetService("ReplicatedStorage").Weapons["SSG 69"].Values.RecoilMultiplier.Value = 0
- --
- game:GetService("ReplicatedStorage").Weapons["SIG SG 511"].Values.FireRate.Value = 2000
- game:GetService("ReplicatedStorage").Weapons["SIG SG 511"].Values.ClipSize.Value = 999
- game:GetService("ReplicatedStorage").Weapons["SIG SG 511"].Values.CameraRecoil.Value = 0
- game:GetService("ReplicatedStorage").Weapons["SIG SG 511"].Values.RecoilMultiplier.Value = 0
- game:GetService("ReplicatedStorage").Weapons["SIG SG 511"].Values.Accuracy.Value = 1
- --
- game:GetService("ReplicatedStorage").Weapons["Spectre M4"].Values.Damage.Value = 60
- game:GetService("ReplicatedStorage").Weapons["Spectre M4"].Values.FireRate.Value = 2000
- game:GetService("ReplicatedStorage").Weapons["Spectre M4"].Values.ClipSize.Value = 999
- game:GetService("ReplicatedStorage").Weapons["Spectre M4"].Values.CameraRecoil.Value = 0
- game:GetService("ReplicatedStorage").Weapons["Spectre M4"].Values.RecoilMultiplier.Value = 0
- --
- game:GetService("ReplicatedStorage").Weapons["SVD 63"].Values.Automatic.Value = true
- game:GetService("ReplicatedStorage").Weapons["SVD 63"].Values.FireRate.Value = 2000
- game:GetService("ReplicatedStorage").Weapons["SVD 63"].Values.ClipSize.Value = 999
- game:GetService("ReplicatedStorage").Weapons["SVD 63"].Values.CameraRecoil.Value = 0
- --
- game:GetService("ReplicatedStorage").Weapons.RPK.Values.Damage.Value = 60
- game:GetService("ReplicatedStorage").Weapons.RPK.Values.FireRate.Value = 2000
- game:GetService("ReplicatedStorage").Weapons.RPK.Values.CameraRecoil.Value = 0
- game:GetService("ReplicatedStorage").Weapons.RPK.Values.ClipSize.Value = 999
- game:GetService("ReplicatedStorage").Weapons.RPK.Values.RecoilMultiplier.Value = 0
- --
- game:GetService("ReplicatedStorage").Weapons.M1911.Values.Automatic.Value = true
- game:GetService("ReplicatedStorage").Weapons.M1911.Values.Damage.Value = 60
- game:GetService("ReplicatedStorage").Weapons.M1911.Values.ClipSize.Value = 999
- game:GetService("ReplicatedStorage").Weapons.M1911.Values.FireRate.Value = 2000
- game:GetService("ReplicatedStorage").Weapons.M1911.Values.RecoilMultiplier.Value = 0
- game:GetService("ReplicatedStorage").Weapons.M1911.Values.CameraRecoil.Value = 0
- game:GetService("ReplicatedStorage").Weapons.M1911.Values.Accuracy.Value = 1
- --
- game:GetService("ReplicatedStorage").Weapons["STG 45(M)"].Values.Damage.Value = 60
- game:GetService("ReplicatedStorage").Weapons["STG 45(M)"].Values.ClipSize.Value = 999
- game:GetService("ReplicatedStorage").Weapons["STG 45(M)"].Values.CameraRecoil.Value = 0
- game:GetService("ReplicatedStorage").Weapons["STG 45(M)"].Values.FireRate.Value = 2000
- game:GetService("ReplicatedStorage").Weapons["AG 043"].Values.Damage.Value = 100
- game:GetService("ReplicatedStorage").Weapons["STG 45(M)"]["D/N: Fire Rate / Accuracy"].Values.FireRate.Value = 2000
- game:GetService("ReplicatedStorage").Weapons["STG 45(M)"]["D/N: Fire Rate / Accuracy"].Values.Accuracy.Value = 1
- game:GetService("ReplicatedStorage").Weapons["STG 45(M)"].Values.RecoilMultiplier.Value = 0
- --
- game:GetService("ReplicatedStorage").Weapons["Desert Eagle"].Values.CameraRecoil.Value = 0
- game:GetService("ReplicatedStorage").Weapons["Desert Eagle"].Values.ClipSize.Value = 999
- game:GetService("ReplicatedStorage").Weapons["Desert Eagle"].Values.FireRate.Value = 2000
- game:GetService("ReplicatedStorage").Weapons["Desert Eagle"].Values.Damage.Value = 60
- game:GetService("ReplicatedStorage").Weapons["Desert Eagle"].Values.Automatic.Value = true
- game:GetService("ReplicatedStorage").Weapons["Desert Eagle"].Values.RecoilMultiplier.Value = 0
- --
- game:GetService("ReplicatedStorage").Weapons["Remington 870"].Values.FireRate.Value = 1500
- game:GetService("ReplicatedStorage").Weapons["Remington 870"].Values.ClipSize.Value = 999
- game:GetService("ReplicatedStorage").Weapons["Remington 870"].Values.Shots.Value = 16
- game:GetService("ReplicatedStorage").Weapons["Remington 870"].Values.CameraRecoil.Value = 0
- game:GetService("ReplicatedStorage").Weapons["Remington 870"].Values.PumpAction.Value = false
- game:GetService("ReplicatedStorage").Weapons["Remington 870"].Values.Automatic.Value = true
- game:GetService("ReplicatedStorage").Weapons["Remington 870"].Values.RecoilMultiplier.Value = 0
- --
- game:GetService("ReplicatedStorage").Weapons["Vepr 12"].Values.FireRate.Value = 1500
- game:GetService("ReplicatedStorage").Weapons["Vepr 12"].Values.ClipSize.Value = 999
- game:GetService("ReplicatedStorage").Weapons["Vepr 12"].Values.Shots.Value = 15
- game:GetService("ReplicatedStorage").Weapons["Vepr 12"].Values.CameraRecoil.Value = 0
- game:GetService("ReplicatedStorage").Weapons["Vepr 12"].Values.Automatic.Value = true
- game:GetService("ReplicatedStorage").Weapons["Vepr 12"].Values.RecoilMultiplier.Value = 0
- --
- game:GetService("ReplicatedStorage").Weapons["Mossberg 590 Shockwave"].Values.FireRate.Value = 1500
- game:GetService("ReplicatedStorage").Weapons["Mossberg 590 Shockwave"].Values.ClipSize.Value = 999
- game:GetService("ReplicatedStorage").Weapons["Mossberg 590 Shockwave"].Values.Shots.Value = 16
- game:GetService("ReplicatedStorage").Weapons["Mossberg 590 Shockwave"].Values.CameraRecoil.Value = 0
- game:GetService("ReplicatedStorage").Weapons["Mossberg 590 Shockwave"].Values.PumpAction.Value = false
- game:GetService("ReplicatedStorage").Weapons["Mossberg 590 Shockwave"].Values.Automatic.Value = true
- game:GetService("ReplicatedStorage").Weapons["Mossberg 590 Shockwave"]["Shoot-N-Scoot"].Values.ClipSize.Value = 999
- --
- game:GetService("ReplicatedStorage").Weapons["AG 043"].Values.FireRate.Value = 2000
- game:GetService("ReplicatedStorage").Weapons["AG 043"].Values.ClipSize.Value = 999
- game:GetService("ReplicatedStorage").Weapons["AG 043"].Values.CameraRecoil.Value = 0
- game:GetService("ReplicatedStorage").Weapons["AG 043"].Values.RecoilMultiplier.Value = 0
- --
- game:GetService("ReplicatedStorage").Weapons.Chauchat.Values.FireRate.Value = 2000
- game:GetService("ReplicatedStorage").Weapons.Chauchat.Values.CameraRecoil.Value = 0
- game:GetService("ReplicatedStorage").Weapons.Chauchat.Values.Damage.Value = 60
- game:GetService("ReplicatedStorage").Weapons.Chauchat.Values.RecoilMultiplier.Value = 0
- game:GetService("ReplicatedStorage").Weapons.Chauchat.Values.ClipSize.Value = 999
- --
- game:GetService("ReplicatedStorage").Weapons["Tommy Gun"].Values.Damage.Value = 60
- game:GetService("ReplicatedStorage").Weapons["Tommy Gun"].Values.ClipSize.Value = 999
- game:GetService("ReplicatedStorage").Weapons["Tommy Gun"].Values.RecoilMultiplier.Value = 0
- game:GetService("ReplicatedStorage").Weapons["Tommy Gun"].Values.CameraRecoil.Value = 0
- game:GetService("ReplicatedStorage").Weapons["Tommy Gun"].Values.FireRate.Value = 2000
- game:GetService("ReplicatedStorage").Weapons["Tommy Gun"].Values.Accuracy.Value = 1
- --
- game:GetService("ReplicatedStorage").Weapons["HK 417"].Values.Damage.Value = 60
- game:GetService("ReplicatedStorage").Weapons["HK 417"].Values.FireRate.Value = 2000
- game:GetService("ReplicatedStorage").Weapons["HK 417"].Values.ClipSize.Value = 999
- game:GetService("ReplicatedStorage").Weapons["HK 417"].Values.CameraRecoil.Value = 0
- game:GetService("ReplicatedStorage").Weapons["HK 417"].Values.RecoilMultiplier.Value = 0
- --
- game:GetService("ReplicatedStorage").Weapons["TEC 9"].Values.Damage.Value = 60
- game:GetService("ReplicatedStorage").Weapons["TEC 9"].Values.FireRate.Value = 2000
- game:GetService("ReplicatedStorage").Weapons["TEC 9"].Values.RecoilMultiplier.Value = 0
- game:GetService("ReplicatedStorage").Weapons["TEC 9"].Values.ClipSize.Value = 999
- game:GetService("ReplicatedStorage").Weapons["TEC 9"].Values.CameraRecoil.Value = 0
- game:GetService("ReplicatedStorage").Weapons["TEC 9"].Values.Accuracy.Value = 1
- --
- game:GetService("ReplicatedStorage").Weapons["Glock 19"].Values.Damage.Value = 60
- game:GetService("ReplicatedStorage").Weapons["Glock 19"].Values.FireRate.Value = 2200
- game:GetService("ReplicatedStorage").Weapons["Glock 19"].Values.ClipSize.Value = 999
- game:GetService("ReplicatedStorage").Weapons["Glock 19"].Values.CameraRecoil.Value = 0
- game:GetService("ReplicatedStorage").Weapons["Glock 19"].Values.RecoilMultiplier.Value = 0
- game:GetService("ReplicatedStorage").Weapons["Glock 19"].Values.Accuracy.Value = 1
- --
- game:GetService("ReplicatedStorage").Weapons.M1A.Values.FireRate.Value = 2000
- game:GetService("ReplicatedStorage").Weapons.M1A.Values.Automatic.Value = true
- game:GetService("ReplicatedStorage").Weapons.M1A.Values.RecoilMultiplier.Value = 0
- game:GetService("ReplicatedStorage").Weapons.M1A.Values.CameraRecoil.Value = 0
- game:GetService("ReplicatedStorage").Weapons.M1A["Extended Mag"].Values.ClipSize.Value = 999
- game:GetService("ReplicatedStorage").Weapons.M1A.Values.ClipSize.Value = 999
- --
- game:GetService("ReplicatedStorage").Weapons["CETME C2"].Values.Damage.Value = 60
- game:GetService("ReplicatedStorage").Weapons["CETME C2"].Values.FireRate.Value = 2000
- game:GetService("ReplicatedStorage").Weapons["CETME C2"].Values.RecoilMultiplier.Value = 0
- game:GetService("ReplicatedStorage").Weapons["CETME C2"].Values.ClipSize.Value = 999
- game:GetService("ReplicatedStorage").Weapons["CETME C2"].Values.CameraRecoil.Value = 0
- --
- game:GetService("ReplicatedStorage").Weapons["Five Seven"].Values.Automatic.Value = true
- game:GetService("ReplicatedStorage").Weapons["Five Seven"].Values.FireRate.Value = 2000
- game:GetService("ReplicatedStorage").Weapons["Five Seven"].Values.CameraRecoil.Value = 0
- game:GetService("ReplicatedStorage").Weapons["Five Seven"].Values.RecoilMultiplier.Value = 0
- game:GetService("ReplicatedStorage").Weapons["Five Seven"].Values.ClipSize.Value = 999
- game:GetService("ReplicatedStorage").Weapons["Five Seven"].Tactical.Values.RecoilMultiplier.Value = 0
- game:GetService("ReplicatedStorage").Weapons["Five Seven"]["Automatic With Grip"].Values.RecoilMultiplier.Value = 0
- game:GetService("ReplicatedStorage").Weapons["Five Seven"]["Automatic With Grip"].Values.FireRate.Value = 2000
- game:GetService("ReplicatedStorage").Weapons["Five Seven"].Values.Accuracy.Value = 1
- game:GetService("ReplicatedStorage").Weapons["Five Seven"]["Automatic With Grip"].Values.Accuracy.Value = 1
- end)
- ESP.Name = "ESP"
- ESP.Parent = Gradient
- ESP.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- ESP.Position = UDim2.new(0, 47, 0, 239)
- ESP.Size = UDim2.new(0, 200, 0, 50)
- ESP.Font = Enum.Font.Oswald
- ESP.Text = "ESP"
- ESP.TextColor3 = Color3.fromRGB(0, 0, 0)
- ESP.TextSize = 35.000
- ESP.MouseButton1Down:connect(function()
- game:GetService("StarterGui"):SetCore("SendNotification", {
- Title = "ESP ACTIVATED";
- Text = "----------";
- })
- -- -----------------------------------
- -- ___ _ _ _ --
- -- / __| ___| |_| |_(_)_ _ __ _ ___--
- -- \__ \/ -_) _| _| | ' \/ _` (_-<--
- -- |___/\___|\__|\__|_|_||_\__, /__/--
- -- |___/ --
- -- -----------------------------------
- -- -----------------------------------
- ALLYCOLOR = {0,255,255} --//Color of the ESP of people on the same team
- ENEMYCOLOR = {255,0,0} --//Color of the ESP of people on NOT the same team
- TRANSPARENCY = 0.5 --//Transparency of the ESP
- HEALTHBAR_ACTIVATED = true --//Renders the Healthbar
- --
- --
- -- !!!Don't Change Anything Below Here Unless You Know What You're Doing!!!
- function createFlex()
- -- -----------------------------------------------------------------------------------
- --[VARIABLES] //Changing may result in Errors!
- players = game:GetService("Players") --//Required for PF
- faces = {"Front","Back","Bottom","Left","Right","Top"} --//Every possible Enum face
- currentPlayer = nil --//Used for the Team-Check
- lplayer = players.LocalPlayer --//The LocalPlayer
- -- -----------------------------------------------------------------------------------
- players.PlayerAdded:Connect(function(p)
- currentPlayer = p
- p.CharacterAdded:Connect(function(character) --//For when a new Player joins the game
- createESP(character)
- end)
- end)
- -- -----------------------------------------------------------------------------------
- function checkPart(obj) if (obj:IsA("Part") or obj:IsA("MeshPart")) and obj.Name~="HumanoidRootPart" then return true end end --//Check if the Part is suitable
- -- -----------------------------------------------------------------------------------
- function actualESP(obj)
- for i=0,5 do
- surface = Instance.new("SurfaceGui",obj) --//Creates the SurfaceGui
- surface.Face = Enum.NormalId[faces[i+1]] --//Adjusts the Face and chooses from the face table
- surface.AlwaysOnTop = true
- frame = Instance.new("Frame",surface) --//Creates the viewable Frame
- frame.Size = UDim2.new(1,0,1,0)
- frame.BorderSizePixel = 0
- frame.BackgroundTransparency = TRANSPARENCY
- if currentPlayer.Team == players.LocalPlayer.Team then --//Checks the Players Team
- frame.BackgroundColor3 = Color3.new(ALLYCOLOR[1],ALLYCOLOR[2],ALLYCOLOR[3]) --//If in same Team
- else
- frame.BackgroundColor3 = Color3.new(ENEMYCOLOR[1],ENEMYCOLOR[2],ENEMYCOLOR[3]) --//If in another Team
- end
- end
- end
- -- -----------------------------------------------------------------------------------
- function createHealthbar(hrp)
- board =Instance.new("BillboardGui",hrp) --//Creates the BillboardGui with HumanoidRootPart as the Parent
- board.Name = "total"
- board.Size = UDim2.new(1,0,1,0)
- board.StudsOffset = Vector3.new(3,1,0)
- board.AlwaysOnTop = true
- bar = Instance.new("Frame",board) --//Creates the red background
- bar.BackgroundColor3 = Color3.new(255,0,0)
- bar.BorderSizePixel = 0
- bar.Size = UDim2.new(0.2,0,4,0)
- bar.Name = "total2"
- health = Instance.new("Frame",bar) --//Creates the changing green Frame
- health.BackgroundColor3 = Color3.new(0,255,0)
- health.BorderSizePixel = 0
- health.Size = UDim2.new(1,0,hrp.Parent.Humanoid.Health/100,0)
- hrp.Parent.Humanoid.Changed:Connect(function(property) --//Triggers when any Property changed
- hrp.total.total2.Frame.Size = UDim2.new(1,0,hrp.Parent.Humanoid.Health/100,0) --//Adjusts the size of the green Frame
- end)
- end
- -- -----------------------------------------------------------------------------------
- function createESP(c) --//Checks and calls the proper function
- bugfix = c:WaitForChild("Head") --// *Used so the children of the character arent nil.
- for i,v in pairs(c:GetChildren()) do
- if checkPart(v) then
- actualESP(v)
- end
- end
- if HEALTHBAR_ACTIVATED then --//If the user decided to
- createHealthbar(c:WaitForChild("HumanoidRootPart")) --//Calls the function of the creation
- end
- end
- -- -----------------------------------------------------------------------------------
- for i,people in pairs(players:GetChildren())do
- if people ~= players.LocalPlayer then
- currentPlayer = people
- --//Used for Players already in the Game
- createESP(people.Character)
- people.CharacterAdded:Connect(function(character)
- createESP(character)
- end)
- end
- end
- -- -----------------------------------------------------------------------------------
- end --//End of the entire function
- createFlex() --// Does exactly that :)
- end)
- BTools.Name = "BTools"
- BTools.Parent = Gradient
- BTools.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- BTools.Position = UDim2.new(0, 47, 0, 318)
- BTools.Size = UDim2.new(0, 200, 0, 50)
- BTools.Font = Enum.Font.Oswald
- BTools.Text = "B-TOOLS"
- BTools.TextColor3 = Color3.fromRGB(0, 0, 0)
- BTools.TextSize = 35.000
- BTools.MouseButton1Down:connect(function()
- game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
- for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
- if child.ClassName == "Part" then
- child.Locked = false
- end
- if child.ClassName == "MeshPart" then
- child.Locked = false
- end
- if child.ClassName == "UnionOperation" then
- child.Locked = false
- end
- if child.ClassName == "Model" then
- for index, chil in pairs(child:GetChildren()) do
- if chil.ClassName == "Part" then
- chil.Locked = false
- end
- if chil.ClassName == "MeshPart" then
- chil.Locked = false
- end
- if chil.ClassName == "UnionOperation" then
- chil.Locked = false
- end
- if chil.ClassName == "Model" then
- for index, childe in pairs(chil:GetChildren()) do
- if childe.ClassName == "Part" then
- childe.Locked = false
- end
- if childe.ClassName == "MeshPart" then
- childe.Locked = false
- end
- if childe.ClassName == "UnionOperation" then
- childe.Locked = false
- end
- if childe.ClassName == "Model" then
- for index, childeo in pairs(childe:GetChildren()) do
- if childeo.ClassName == "Part" then
- childeo.Locked = false
- end
- if childeo.ClassName == "MeshPart" then
- childeo.Locked = false
- end
- if childeo.ClassName == "UnionOperation" then
- childeo.Locked = false
- end
- if childeo.ClassName == "Model" then
- end
- end
- end
- end
- end
- end
- end
- end
- c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
- c.BinType = Enum.BinType.Hammer
- end)
- Title.Name = "Title"
- Title.Parent = Gradient
- Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Title.BackgroundTransparency = 1.000
- Title.Size = UDim2.new(0, 200, 0, 46)
- Title.Font = Enum.Font.Oswald
- Title.Text = " GUN SH*TTER"
- Title.TextColor3 = Color3.fromRGB(255, 255, 255)
- Title.TextSize = 45.000
- Title.TextXAlignment = Enum.TextXAlignment.Left
- Title.TextYAlignment = Enum.TextYAlignment.Top
- Sig.Name = "Sig"
- Sig.Parent = Gradient
- Sig.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Sig.BackgroundTransparency = 1.000
- Sig.Position = UDim2.new(0.322033912, 0, 0, 0)
- Sig.Size = UDim2.new(0, 200, 0, 55)
- Sig.Font = Enum.Font.Oswald
- Sig.Text = "DEVELOPED BY SWEATY CHUNGUS "
- Sig.TextColor3 = Color3.fromRGB(255, 255, 255)
- Sig.TextSize = 18.000
- Sig.TextXAlignment = Enum.TextXAlignment.Right
- Sig.TextYAlignment = Enum.TextYAlignment.Bottom
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement