Find any script for Roblox

Enter the name of the game or script.

Script – Scale man

Thank you for using our website
Your script:

				
					local args = {
    [1] = "ChangeCharSize",
    [2] = 100 -- change to what ever size you want 0.0001 being the smallest 1000 being huge
}
game:GetService("ReplicatedStorage").Events.System.CharacterRE:FireServer(unpack(args))