Blockland Forums > Help
Super Sized Player Scale?
Pages: (1/1)
ShadowZero:
One day I was in a server and say a guy turn into a tank(I know how to)
But he went over the size in player scale.
How do I do this?
Regulith:
Console.
Or Fooly's Fun Commands.
ShadowZero:
FF Mess your up your server and break things whats the console command?
Regulith:
findClientByName("Name").player.setPlayerScale("x x x");
Where x = a number and Name = the name of the person.
phflack:
--- Quote from: Regulith on January 31, 2010, 09:01:49 PM ---findClientByName("Name").player.setPlayerScale("x x x");
Where x = a number and Name = the name of the person.
--- End quote ---
i prefer
findclientbyname(name).player.setplayerscale(x);
no need for "s there, and only one x is needed unless changing the values differently
Pages: (1/1)