Как сделать сиденье с ProximityPrompt в Roblox Studio!

Аватар автора
Игры и Время
Хаю хай. Скрипт: local prox = script.Parent local seat = script.Parent.Parent seat:GetPropertyChangedSignal("Occupant"):Connect(function() if seat.Occupant then prox.Enabled = false else prox.Enabled = true end end) prox.Triggered:Connect(function(player) seat:Sit(player.Character.Humanoid) end)

0/0


0/0

0/0

0/0