I have trouble regening vehicles like when I get on a vehicle and drive it then someone steps on the regen button it disappears and then I have to walk back. Also how would I make it disappear when you get out of the vehicle or delete it in five seconds
Try something like this.
local car = script.Parent.Car local c = car:Clone() script.Parent.Regen:connect(function() c:Clone().Parent = Workspace end)
Closed as Not Constructive by User#2
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?