SL2 Bighead Script
an anonymous user
·
Lua
while true do wait(0.3) -- loop
for i,v in pairs(game.Players:GetChildren()) do
local heads = v.Character:FindFirstChild("Head")
if heads then
heads.Size = Vector3.new(7,7,7)
heads.CanCollide = true
heads.Transparency = 0.3
end
end
end
Output
Embed on website
To embed this program on your website, copy the following code and paste it into your website's HTML:
Comments
This comment belongs to a banned user and is only visible to admins.
This comment belongs to a deleted user and is only visible to admins.