ive been trying for long and i cant seem to make a car spawner with custom commands. I have tried to use stuff like events.car_spawner.OnServerEvent:Connect(function(player, recipient)
if has_access(player) then
print(“Car spawner event triggered for player:”, player.Name)
– Spawn a car for the recipient player
spawnCar(recipient)
end
end)
if someone can please help
I am very new to scripting i had to sneak in a little chatgpt. It may have not worked because its chatgpt.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.