Advertisement
FundyRBX

GameID Copier [ROBLOX]

Feb 18th, 2021
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. local gameid = game.GameId
  2.  
  3.  
  4.  
  5. game.StarterGui:SetCore("SendNotification", {
  6. Title = "GameID";
  7.  
  8. Text = "Game's ID: " + gameid;
  9.  
  10. Duration = 6;
  11.  
  12. };
  13.  
  14.  
  15.  
  16. -- change the duration to the time you want it to stay.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement