Author Topic: How to make vehicles bigger  (Read 718 times)

In a server that I was on a few minutes ago, I saw someone make a vehicle really big, then really small. If anyone knows how to do this and tells me, Thanks.

You must be the host to do this.
First, look at the vehicle and say: /getid
Then do this in the console ( tilde [~] ).
Code: [Select]
(id).setPlayerScale("# # #");

Code: [Select]
(id).setScale("# # #");
you dont use setPLAYERScale, you use setScale, unless that works for vehicles, but for mostly everything else its setScale

It works on vehicles too. http://forum.returntoblockland.com/dlm/viewFile.php?id=1396

EDIT: But with a code, just do what Koopa said, just take out the "player" in "setplayerscale".