local player -- Reference to player object here
local Character = player.Character or player.CharacterAdded:Wait()
Character:ScaleTo(2) -- This would make the size of the character model twice as large in comparison to its default size
-- Or
Character:ScaleTo(0.5) -- This would make the size of the character model half as large in comparison to its default size