--[[ C0MMAND4NT's easy Autoupdater. To USE 1) Go to line **14** and read the note. 2) Edit the numerical value for line 14 3) Put the script in Workspace and you are finished. --]] local a=script.Parent while not script.Parent:FindFirstChild("Version")do wait(0)end local _=a.Version.Value local _=12345 -- EDIT this for the asset you want to be autoupdated. function _() local _=game:GetService("InsertService"):LoadAsset(_) _.Parent=a.Parent a:Destroy()end