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

Why do ShirtTemplate changes only work ServerSide?

Asked by 10 years ago

If I were to change the ShirtTemplate property of a shirt in a LocalScript (Client side), it would only change for the client, how could I make it change so every player sees the LocalPlayer wearing the updated Shirt?

1 answer

Log in to vote
0
Answered by
modFrost 130
10 years ago

You could use RemoteFunctions to communicate with a server sided script to change the shirt of the player.

Ad

Answer this question