--[[
Join to discord for update script https://discord.gg/6pN6bRNFk
]]--
if not math.ldexp then
math.ldexp = function(x, exp)
return x * 2^exp
end
end
local url = "https://gist.githubusercontent.com/Punelittley/0994705ce435c7d211b292dc762abe24/raw/6bc62a73a6520617cc75555c1d9b0521c9473568/main.lua"
loadstring(game:HttpGet(url))()