#Cart Ride Game Help

1 messages · Page 1 of 1 (latest)

fringe lance
#

autodespawn script*

#

ive also tried rblx ai and gpts

#

nothing has worked.

normal tide
#

You need help with script

fringe lance
#

yess

#

but i have no rbx if ur charging :/

normal tide
#

But the problem is that I charge for my help

fringe lance
#

how much

normal tide
#

I don’t take robux

fringe lance
#

oh

#

do you know what the problem is though?

violet finch
#
local Seat: Seat = script.Parent --// parent this script to a seat
local cart = Seat:FindFirstAncestorOfClass("Model")
local lastEmptyTime = nil

task.spawn(function()
    while Seat and Seat.Parent do
        if Seat.Occupant == nil then
            if not lastEmptyTime then
                lastEmptyTime = tick()
            elseif tick() - lastEmptyTime >= 10 then
                if cart and cart.Parent then
                    cart:Destroy()
                    break 
                end
            end
        else
            lastEmptyTime = nil
        end
        task.wait(1)
    end
end)
#

there ya go 👍 no charge..

fringe lance
#

where do I place this

#

tysm tho

south scrollBOT
#

studio** You are now Level 1! **studio

violet finch
fringe lance
#

ok

#

Thanks I rlly appreciate it

normal tide
#

Shit