Author Topic: UnHide Node Problem  (Read 1005 times)

I'm making a weapon and I used hide node ALL. but I also used unhide node ALL so every avatar piece appeared. I know this is the problem but I don't know what to replace it with so it works for all avatar combination.

After you have to applyBodyParts(); and applyBodyColors(); or something.

But how would that work for all avatar combinations?

After you have to applyBodyParts(); and applyBodyColors(); or something.

K, now explain how2use setmovement.

After you have to applyBodyParts(); and applyBodyColors(); or something.

does that replace unhidenode or just go after it?


ok thanks. can you give me the code so i can just paste it in? im sorta new to this and i wouldnt know if i was missing something

Wait no I mean it replaces it.

ok so it replaces unhidenode "ALL".


I'm pretty sure their methods of GameConnection unless you're doing it client-sided.

Applybodyparts(???);

what goes in the (???)?

It's %client.applyBodyParts(); and %client.applyBodyColors(); and both have no arguements.

Ok awesome that solves my problem... Thanks

Applybodyparts(???);

what goes in the (???)?
Nothing, its a method to my knowledge.
%Client.applyBodyParts();