How can I create a start page with Play button to join the main While loop?

Maybe try make everything player side, like

local player = game.Players.LocalPlayer
local UI = player:WaitForChild("MenuGui")
for _, ui in pairs(UI:GetChildren()) do
ui.Visible = true
end
1 Like

Nevermind solo ride until I die.

1 Like