I would like to set network ownership of a part to the server, but I’m unsure of how to proceed. Any assistance would be greatly appreciated. Thank you
1 Like
You can check out the documentation here:
Though if you don’t wanna scroll through that documentation(even though it would help you a lot), you can directly see the method that you can use here:
2 Likes
Thanks a lot! It helped me and I made a script.
local part = script.Parent
part:SetNetworkOwner(nil)
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.