i am make loading screen but not work here is script
local LoadingScreen = script.Parent.background
local text = LoadingScreen.percent
local TweenSerive = game:GetService("TweenService")
game.ReplicatedFirst:RemoveDefaultLoadingScreen()
LoadingScreen.Visible = true
text.Text = "10%"
wait(0.8)
text.Text = "20%"
wait(0.8)
text.Text = "40%"
wait(0.8)
text.Text = "100%"
wait(0.8)
text.Text = "Loading."
wait(0.8)
text.Text = "Loading.."
wait(0.8)
text.Text = "Loading..."
wait(0.8)
text.Text = "Loading assest 10/1000000"
wait(0.8)
text.Text = "Loading assest 500/1000000"
wait(0.8)
text.Text = "Complete"
LoadingScreen:TweenPosition(UDim2.new(0,0,1,0), "In", "Sine", 0.9)
wait(1)
LoadingScreen:Destroy()
** You are now Level 3! **