You can write your topic however you want, but you need to answer these questions:
-
What do you want to achieve? I want to get the SurfaceGui’s Adornee.
-
What is the issue? When printing, it returns as nil.
-
What solutions have you tried so far? I have tried to get the SurfaceGui with Localplayer.
local TargetsFolder = script.Parent.TargetsFolder
local TargetExample = script.Parent.TargetExample
local plr = game.Players.LocalPlayer
local Model = script.Parent.Parent.Adornee
print(Model)