Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Zindex not working? I need help now! I'm trying to change the zindex of the frame and textlabel.

Asked by 4 years ago
local playergui = game.Players.LocalPlayer
local frameA = game:GetService("ReplicatedFirst").LocalScript.LoadingScreen.Frame
local frameb = playergui.MenuGui.TextButton
local framec = frameA.TextLabel

frameA.ZIndex = 1
frameb.ZIndex = 2
framec.ZIndex = 2
















I'm trying to change the zindex but it's not working, can anyone help me? It's important. `

Answer this question