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

How do i make a local part interact with a player?

Asked by
PastDays 108
5 years ago
Edited 5 years ago

I know the Question isn't the most informative but I'm not sure how to put it, Basically I want to make pickupables but I want each player to be able to pick them up, the way I know i can do this is by inserting the parts via a local script, the problem I then encounter is that OnTouch Server scripts no longer detect when a person touches the block, How do get around this problem.

Any and all help is appreciated!

0
If you want every player to be able to pick up a part, you can put the touched event inside local script, and then use remote events to inform the server about the change. Thesquid13 301 — 5y

Answer this question