Advertisement
Meliodas0_0

Script las test versión

Jan 12th, 2020
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. local ThisScriptVersion = "1.0" -- Just for this example the script version here is 1.0
  2. local LatestVersion = game:HttpGet("https://pastebin.com/raw/<number>", true) -- Gets latest version from pastebin or whatever url you put in there
  3. if (ThisScriptVersion ~= LatestVersion) then -- Checks if the version of the script is the same as the latest version
  4. -- Do 'not latest script' thingy of your own
  5. return
  6. end
  7. -- Continue with script
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement