How to make a BETTER start menu GUI in roblox studio (2024)

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ธ.ค. 2024
  • In this video Im showing a better version of the video How to make a start menu gui in roblox studio.
    Play button and X button script
    local button = script.Parent
    local frame = button.Parent
    button.MouseButton1Click:Connect(function()
    frame.Visible = false
    end)
    Settings Script
    local button = script.Parent
    local frame = button.Parent.Parent.SettingsFrame
    button.MouseButton1Click:Connect(function()
    frame.Visible = true
    end)
  • เกม

ความคิดเห็น •