Roblox Studio: The Basics of Frames!
HTML-код
- Опубликовано: 10 апр 2022
- Scripts:
script.Parent.MouseButton1Click:Connect(function()
script.Parent.Parent.Parent.MainFrame.Visible = false
end)
while wait(1) do
script.Parent.Text = "Loading"
wait(1)
script.Parent.Text = "Loading."
wait(1)
script.Parent.Text = "Loading.."
wait(1)
script.Parent.Text = "Loading..."
script.Parent.disableloop.Disabled = false
end
wait(5)
script.Parent.loop.Disabled = true
script.Parent.Parent.Parent.LoadingFrame.Visible = false