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