of     1   

AntiFiter
#183458724Friday, February 12, 2016 10:54 PM GMT

Didn't find any on the wiki page. To tell people to update.
C_Sharper
#183459253Friday, February 12, 2016 11:00 PM GMT

_VERSION
UnstableScript0
#183460149Friday, February 12, 2016 11:10 PM GMT

Use a pastebin with the following code. Then just change the pastebin to the newest version, and bam, they get an alert. function checkVersion(version,pasteLink) if version~=tonumber(game:service'HttpService':GetAsync(pasteLink))then print("You are running version "..version..". Please update to "..game:service'HttpService':GetAsync(pasteLink)) end Btw that's inefficient I was too lazy to make a variable.

    of     1