Problem with playergui?

Soo output says that frames aren’t a valid member of playergui when they are? ( i think )
image

image

Maybe try:

local Players = game:GetService("Players")

local localPlayer = Players.LocalPlayer
local playerGui = localPlayer:WaitForChild("PlayerGui")
local frames = playerGui:WaitForChild("Frames")
1 Like

Please refer to the edit above

1 Like