Hey,
I’m trying to make a system where there is a GUI of the player’s friends. It shows what game each of his friends are although I’m not too certain how to achieve this. I have tried:
if game.PlaceId == 123456 then
end
but, I wanna get the game name. Please help. Thanks in advance.
Pls NOT use the Name. If you change the Name of your game or another game change its name to your game name (if it was a hacker) then its not more can work. You still should use the PlaceID, ever and never use the name.
If you can work with numbers, then use them. Numbers never will change so it will be no risk.
But I want to get the name of the game. I cant script an if statement for every single game on Roblox. I’ve seen popular games do this. How would I go around this?
I am trying to create a GUI where a player can see all of his friends and what their up to. It shows what game their playing and gives them the ability to invite them. How can I display the name of the game that they are playing (only the game name)?
yes but thats not exactly what I’m looking for. (btw thanks for the tutorial, might need that later). Lets say, a friend of mine joins Prison Life. I join my game. It displays that my friend is online and shows what game he is playing. (just the name). Im trying to figure out the way to display the game name. game.Name wont work. What can i do.