www.roblox-scripter.com

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))
				
			

How about trying out new scripts?