Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local gameid = game.GameId
- game.StarterGui:SetCore("SendNotification", {
- Title = "GameID";
- Text = "Game's ID: " + gameid;
- Duration = 6;
- };
- -- change the duration to the time you want it to stay.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement