Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/19/2022 in Images

  1. Watch on YouTube: 75.0: Example of seek bar in the script - GameGuardian local n = gg.prompt({'First number: [-130; 150]', 'Second number: [-250; 300]'}, {6, 7}, {'number', 'number'}) if n == nil then os.exit() end gg.alert(n[1]..' * '..n[2]..' = '..(n[1]*n[2]))
    1 point
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.