Author Topic: Giant playertype???  (Read 957 times)

I was in someone's (Sword99's I think..) server and it was where you fought a giant. The giant was WAY bigger than 2x the normal playertype. How did they do this? I don't think it's a Super Mario Mushroom... because they never shrunk back to normal. Can someone tell me how this is done/get me a link please?


Via console: findClientByName("Name").player.setPlayerScale(#);

And/or, they have the add-on "Fooly's Fun Commands," in which you type "/resize me x y z" to resize yourself.

OK thanks. I got FFC and it goes up to 4x normal. How much can console do?

Sorry for double post. ):
Are FFC for admins only or for everyone?

Sorry for double post. ):
Are FFC for admins only or for everyone?

Everyone.

How much can console do?
I don't think there is a limit. I wouldn't try going too high though.

Or you can download my RayGuns, there are 3 in there that affect your size, one makes you small, one makes you big, and one makes you normal sized. They also affect vehicle.

the limit to FFC and console, and everything else is 5, and you can use scale events too, which allow you to change X Y Z seperately rather than all of them at once with setplayerscale

Also, you can toggle it through events on a brick.

  (ticked)   1 onActivate > client > setPlayerScale 2
(unticked) 2 onActivate > client > setPlayerScale 1
  (ticked)   3 onActivate > self > toggleEventEnabled 1 2

Also, you can toggle it through events on a brick.

  (ticked)   1 onActivate > client > setPlayerScale 2
(unticked) 2 onActivate > client > setPlayerScale 1
  (ticked)   3 onActivate > self > toggleEventEnabled 1 2
I was in someone's (Sword99's I think..) server and it was where you fought a giant. The giant was WAY bigger than 2x the normal playertype. How did they do this? I don't think it's a Super Mario Mushroom... because they never shrunk back to normal. Can someone tell me how this is done/get me a link please?

Also, you can toggle it through events on a brick.

  (ticked)   1 onActivate > client > setPlayerScale 2
(unticked) 2 onActivate > client > setPlayerScale 1
  (ticked)   3 onActivate > self > toggleEventEnabled 1 2
I was in someone's (Sword99's I think..) server and it was where you fought a giant. The giant was WAY bigger than 2x the normal playertype. How did they do this? I don't think it's a Super Mario Mushroom... because they never shrunk back to normal. Can someone tell me how this is done/get me a link please?
stuff, sorry.

You can get xyz scale events here.
They will scale a player up to 5x normal size.