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

How to replicate a part or a model from the client to the ?

Asked by 3 years ago

Im just trying to place a part on the client, then get the server to replicate it to all other clients.

0
btw it was supposed to say server at the end, the weird question mark thing took it away :( Futuristic_Paladin 19 — 3y
0
I don't think you understand, if I have a part which is on the client, how do I then get the server to replicate this client's part across all other clients. Without making a new part. Futuristic_Paladin 19 — 3y

2 answers

Log in to vote
0
Answered by 3 years ago

Sorry, this is not a website for requesting scripts.

0
uh i didnt request a script, I said 'how' I would prefer to make my own script anyways Futuristic_Paladin 19 — 3y
Ad
Log in to vote
0
Answered by
Pupppy44 671 Moderation Voter
3 years ago

You can use RemoteEvents to make the part show for other players.

More information: https://developer.roblox.com/en-us/api-reference/class/RemoteEvent

0
but how exactly, like you pass on the part instance and then what, I have tried inserting the part into the other clients workspace but nothing happens! Futuristic_Paladin 19 — 3y
0
When the player places the part, you can use a remoteevent so the server would place the part, meaning that all the players can see it. I don't think you read the link I put Pupppy44 671 — 3y

Answer this question