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. |