-- equip jetpack

game:GetService("ReplicatedStorage").Slerp.RemoteEvents.EquipJetpack:FireServer()

--unequip jetpack

game:GetService("ReplicatedStorage").Slerp.RemoteEvents.UnequipJetpack:FireServer()

-- spawn golf cart

local args = {
    [1] = "GolfCart"
}

game:GetService("ReplicatedStorage").Slerp.RemoteEvents.SpawnCarForLocalPlayer:FireServer(unpack(args))

-- destroy golf cart

game:GetService("ReplicatedStorage").Slerp.RemoteEvents.DestroyCarsForLocalPlayer:FireServer()

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: