Author Topic: Bigger player sizes?  (Read 1185 times)

I am trying to make a monster/apocalyptic video, and I need a monster. But the problem is that the maximum player size (2.000) just isn't big enough.

I was wondering if there was any way to make it bigger. Forum search yielded no results, so I ask you if it is possible.

Thanks.

Go to your console and type findclientbyname("Name of Player").player.setPlayerScale("4 4 4");

An add-on that lets you do this is setPlayerScaleFull

EDIT: Fixed to have .player inbetween
« Last Edit: December 06, 2014, 06:54:40 PM by Dannu »

Go to your console and type findclientbyname("Name of Player").setPlayerScale("4 4 4");

An add-on that lets you do this is setPlayerScaleFull

It's easier to use the console without installing more content that you might not need. Keep in mind that the maximum size you can do it 5 5 5, which is pretty big.

Sweet, thanks for the help guys.