How to implement server event that calculates a part's permission on update?
Hi,
I want to add a server event to the Part ItemType that updates the Part's Permission based on some of the Part's properties. I.e. when the server event method detects that one or more of those pr...
So I followed the tutorial, and it works on the Customer type. But I cannot get it to work with the Part type. It seems to function differently somehow.