Functions: reach

Installation guide:Copy the script from the button below.Run any Injector (We recommend KRNL Injector)Install it, insert the script and click executeEnjoy it)
Thank you for using our website
Your script:
local plr = game.Players.LocalPlayer
function supaSiza(v)
if v:IsA("Tool") then
v.Glove.Transparency = 0.75
v.Glove.Size = Vector3.new(25, 25, 25)
end
end
plr.Character.ChildAdded:Connect(supaSiza)
plr.CharacterAdded:Connect(function(char)
char.ChildAdded:Connect(supaSiza)
end)

Leave a Comment