feat: 50 игр на Lua + импорт Roblox для всех + поддержка Lua в плеере #39

Merged
min merged 215 commits from feat/lua-50-games-bundle into main 2026-06-09 21:59:25 +00:00
Showing only changes of commit 36321f0d17 - Show all commits

View File

@ -342,6 +342,8 @@ UserInputService.InputBegan:Connect(function(input, gp)
if input.KeyCode ~= Enum.KeyCode.E then return end if input.KeyCode ~= Enum.KeyCode.E then return end
opened = true opened = true
label.Visible = false -- скрываем подсказку (Destroy не уничтожает GUI-overlay)
label:Destroy()
hintGui:Destroy() hintGui:Destroy()
clickSound:Play() clickSound:Play()
__rbxl_show_text("Дверь открывается!", 2) __rbxl_show_text("Дверь открывается!", 2)