Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

Change StarterCharacter without changing it for the whole server but be visible to everyone?

Asked by 3 years ago

I'm making a game where one of your abilities is to shapeshift into the last person you killed and I made a serverscript in the player that swaps the StarterCharacter with the new one and then uses :LoadCharacter() but I just realised this will affect it for the whole server and I want to make it change just your player and wanted to use a localscript to do the change but I just realised this will probably make it client-sided so only you will see the change and I want it to be visible for everyone

0
If you wanna make the thing visible to everyone, then get the specific player and manipulate everything on the specific player via the server. Dovydas1118 1495 — 3y
0
So... What's stopping you from using morphs? User#30567 0 — 3y

1 answer

Log in to vote
0
Answered by 3 years ago

Well, you're going to want to remove all of the body parts in your character in workspace, like LowerTorso, LeftUpperArm, etc. Once you've done that, you're gonna want to clone the body parts in the character that you killed into your character. Honestly I don't know myself, this is just a guess, but I hope it helps.

0
Sadly this kills my character FakeWhatWeDontKnow 0 — 3y
Ad

Answer this question