Today we learn how to make a start screen for your roblox game.
Click Load More to see the script you need.
local function Onclicked()
script.parent.parent:Remove()
end
script.parent.MouseButton1Click:connect(Onclicked)
Copy And Paste The Script. DO NOT CHANGE THE SCRIPT!
コメント