I’ve actually asked about making a part client sided (kinda) hopefully this can help translate with what you’re needing to do?
Basically, making the touched event local instead of server sided.
Then putting in the characterscripts folder.
Theeeeen, detecting if it hits “Star” then doing the script so on.
Edit: Use a local script instead and detect the parts named “Star” and using a local touched event as normal. Kinda like collection service, heard you can do that too.
Edit: Dun did do it lol
(Many errors tho and its very messy but basically just use a local touchedevent. Also, don’t use what I used since its very bad but gives you an idea I guess?)
StarsClientSideFixedKinda.rbxl (54.2 KB)
Client:
Sever:
Use @goldenstein64’s method, seems more effective.