How to Scale the players character (Tutorial)

this is a quick tutorial on how to scale a player’s characters.

using the Model:ScaleTo() method we can achieve this very easily here’s an example

function ScaleCharacter(character: Model, scale: number)
   character:ScaleTo(number)
end

if you liked this quick tutorial let me know if this gets 30 likes I’ll make more quick scripting tutorials or even long ones and cover topics like OOP, optimizing code, npcs, datastores

1 Like