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

How do I make a script run on the client server?

Asked by 4 years ago

I have been having problems with figuring out how to make a script run on the client server. Basically, I don’t know how to make a script (Such as a knife script) be visible to other players.

Anyone know how to make that possible? ????

0
Localscript is the object that you're looking for. https://developer.roblox.com/en-us/api-reference/class/LocalScript ScuffedAI 435 — 4y

1 answer

Log in to vote
2
Answered by 4 years ago

You have to use a local script, and make sure it's in one of these services: StarterPlayer>StarterPlayersScripts, StarterPlayer>StarterCharacterScripts, StarterGui, StarterPack and that should only run the script on the client (so only one player can see it)

Ad

Answer this question