I have some variables, one being getting PlayerGui in a player, however I don’t know if its :WaitForChild() or :GetService()?
For example:
wait()
local Player = game.Players.LocalPlayer
local PlayerGui = Player:GetService("PlayerGui") -- or is it
Player:WaitForChild("PlayerGui")
local Name = Player.Name