The title is pretty self explanatory,
but i want to hide a tool on the floor, and disable it from players picking it up.
Later, i want to use a script to enable picking it up, and unhide it/make its transparency to zero.
Any ideas how i can achieve this?
Remove TouchInterest from the handle inside the tool. It cannot be added by Instance, more information here: TouchTransmitter | Documentation - Roblox Creator Hub
You should be able to change a property in the tool itself. I forgot what it’s called
1 Like