I want to make a banana peel tool, when you click, it clones the handle to the workspace and deletes the tool, then if someone steps on the banana peel, they trip.
MY QUESTION IS: Where would the trip script go? In the cloned handle? A part mananger script in ServerScriptService? something about CollectionService?
You need two scripts and a Remote event, one in the tool and one on ServerScriptService
On the local script you listen for the activation of the tool and when it’s activated you fire the event
On the server script you listen for the event and when it’s activated you clone the handle, parent it to workspace and destroy the tool, then make a conection with a .Touched event to trip the players