로블록스 스튜디오 나가면 차가 삭제되게 만들기
Автор: 1127qwer
Загружено: 2025-02-09
Просмотров: 208
Описание:
local car = script.Parent
local vehicleseat = car:FindFirstChildWhichIsA("VehicleSeat")
local connection
vehicleseat:GetPropertyChangedSignal("Occupant"):Connect(function()
if vehicleseat.Occupant then
local player = game.Players:GetPlayerFromCharacter(vehicleseat.Occupant.Parent)
if player then
if connection then connection:Disconnect() end
connection = player:GetPropertyChangedSignal("Parent"):Connect(function()
car:Destroy()
end)
end
end
end)
Повторяем попытку...

Доступные форматы для скачивания:
Скачать видео
-
Информация по загрузке: