hello guys i have been trying to do it all day how would i make a overhead gui for people who own the game pass like if they own the game pass they will have vip above there head
local id = [Gamepass ID here] game.Players.PlayerAdded:connect(function(player) if game:GetService("GamePassService"):PlayerHasPass(player, id) then gui = instance.new("BillboardGui", player.Character.Head) text = instance.new("TextLabel", gui) end end)
Something like that; just add the size, position and ect. in and it should be fine