Stretcher Development

I’m having trouble figuring out how to simply make my stretcher tool, which now has a GUI Monitor system on it. Be able to be placed on the map, and then picked up and moved. Preferably with a proximity prompt.

Like a Ambulance Stretcher fyi…

I would take a look into this, it will show you how to use a tool. Then for placing it on the map you should activate a RemoteEvent that sends the wanted position of the stretcher through to the server where you can then check the position (if its out of bounds or whatever) and Clone the stretcher to place at the position.