How can I make it so that when a player interacts with a Proximity Prompt i get that players username and other things like account age?
Prompt.Triggered:Connect(function(Player)
print(Player.Name)
print(Player.AccountAge)
end)
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.