Hello developers!
I made a proximity prompt and I want the tool to respawn once someone grabs it so others can also grab the tool as well but I don’t know how to.
Heres a screen shot of my script.
local ToolClone = Tool:Clone()
ToolClone.Parent = workspace
Add this line at the bottom of the ProximityPrompt.Triggered
3 Likes
Thank you so much! Ive been stuck for a while trying to find a solution
1 Like