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

Question about NetworkOwnership should I use it in this case?

Asked by 6 years ago

My localscript sends a remote function which creates a part and returns it to the client.

If i send it back to the client should i set the NetworkOwnership to the player?

Because if im returning the part which is parented to workspace would i even be able to do anything with it on the client?

1 answer

Log in to vote
0
Answered by 6 years ago

The part your system creates is owned by server, so client can not manipulate it, but can see it (including physics and everything). But if you want that part manipulated by player, then set its Networkownership to the client by server script

Ad

Answer this question