I have a humanoid that is controlled by server sided scripts, and is just a root part server sided.
The limbs are created then attached player sided because they are purely visual.
I wanted to do this to decrease lag, but it doesn’t let me edit the character width/height from the player’s side which is necessary to change the visual look of the character’s limbs/body.
Like if I wanted to make a dwarf who is stocky, and short, it would not let me.
I was told that if you make the humanoid locally sided, it would be possible to update the humanoid description, but this humanoid is server sided, with local sided limbs.
Is there no way to change the humanoid width/height somehow?
I tried adding a humanoid description client sided but it did not work.
It replied with “Humanoid::ApplyDescription() can only be called by the backend server”
I also tried updating a server sided humanoid description after the limbs were added, but it did not affect the limbs/body on the player’s visual side.
Does anyone have a solution to change the width/height of player visual NPCs that only have a humanoid root part on the server?
Like if I were to create a dwarf/giant.
This was the main reason I tried using r15 instead of r6, but it seems to not be working.
Imo, one of the best ways to secure your game is to make exploit vectors as difficult as possible.
As you know, checking how much money a player has on the serverside makes it impossible to purchase items when you don’t have enough currency using cheats.
Now bare in mind, I’ve never used InsertService before, so I don’t know exactly what that property you’re mentioning does, but it sounds like it’s making it easier for the client to insert stuff they’re not supposed to.
Yes, you’re right, it makes it easier to detect cheats, but wouldn’t it be better to not need that extra effort in checking for inserted models in the first place?
What checking?
Please don’t use such a surface-level knowledge.
You still live in a sort of placebo bubble where all exploiters are dumb skids. Which is kind of odd considering you have been a member of DevForum longer than me.
You need to be more serious and go beyond surface level, such as detecting vulnerabilities in exploits.
Thing you described is a kindergarten.
Exploiters win twice if you shoot your own leg “fighting” them.