Im trying to check to version of the server but nothing is worksing. heres my script:
while true do local Asset = game:GetService("MarketplaceService"):GetProductInfo(Game.placeId,1) if Asset.PlaceVersion ~= game.PlaceVersion then for i,v in pairs(game.Players:GetChildren() ) do v:Kick() end end end
its not working
print(game.PlaceVersion)
A link to some support on this subject:
http://wiki.roblox.com/index.php?title=GetProductInfo_(Method)