0% found this document useful (0 votes)
111 views2 pages

Teen Titan Hitbox GUI Script

Uploaded by

hdhduduuhuz
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
111 views2 pages

Teen Titan Hitbox GUI Script

Uploaded by

hdhduduuhuz
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

game.

StarterGui:SetCore("SendNotification", {
Title = "Subscribe To xMiles_Games";
Text = "Subscribe For More Scripts"; -- what the text says (ofc)
Duration = 60;
})

local ScreenGui = [Link]("ScreenGui")


local main = [Link]("Frame")
local label = [Link]("TextLabel")
local Hitbox =
[Link]("TextButton")

[Link] = [Link]

[Link] = "main"
[Link] = ScreenGui
main.BackgroundColor3 = [Link](255, 0, 0)
[Link] = [Link](0.40427351, 0, 0.34591195, 0)
[Link] = [Link](0, 100, 0, 100)
[Link] = true
[Link] = true

[Link] = "label"
[Link] = main
label.BackgroundColor3 = [Link](139,0,0)
[Link] = [Link](0, 100, 0, 20)
[Link] = [Link]
[Link] = "Teen Titan GUI"
label.TextColor3 = [Link](0, 0, 0)
[Link] = true
[Link] = 5.000
[Link] = true

[Link] = "Hit box"


[Link] = main
Hitbox.BackgroundColor3 = [Link](0, 0, 255)
[Link] = [Link](0.114285722, 0, 0.372448981, 0)
[Link] = [Link](0, 90, 0, 40)
[Link] = [Link]
[Link] = "Hit box"
Hitbox.TextColor3 = [Link](0, 0, 0)
[Link] = 40.000
Hitbox.MouseButton1Down:connect(function()
_G.HeadSize = 40

_G.Disabled = true

game:GetService('RunService').RenderStepped:connect(function()
if _G.Disabled then
for i,v in next, game:GetService('Players'):GetPlayers() do
if [Link] ~= game:GetService('Players').[Link]
then
pcall(function()
[Link] =
[Link](_G.HeadSize,_G.HeadSize,_G.HeadSize)
[Link] = 0.7
[Link] =
[Link]("Really black")
[Link] = "Neon"
[Link] = false
end)
end
end
end
end)
end)

You might also like