From 99e34c9ecef8027d53bfb51cd9eeaab86f5db197 Mon Sep 17 00:00:00 2001 From: Quacky Date: Tue, 11 Jul 2017 11:34:19 -0500 Subject: [PATCH] better commenting --- CSMPFunctions.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CSMPFunctions.lua b/CSMPFunctions.lua index 3572644..49dfba6 100644 --- a/CSMPFunctions.lua +++ b/CSMPFunctions.lua @@ -137,13 +137,13 @@ function SetRBXLegacyVersion(Version) game:GetService("InsertService"):SetCollectionUrl("http://www.roblox.com/Game/Tools/InsertAsset.ashx?sid=%d") game:GetService("InsertService"):SetAssetUrl("http://www.roblox.com/Asset/?id=%d") game:GetService("InsertService"):SetAssetVersionUrl("http://www.roblox.com/Asset/?assetversionid=%d") - --corescripts + --[[corescripts local RobloxGui = game:GetService("CoreGui"):WaitForChild("RobloxGui") local scriptContext = game:GetService("ScriptContext") - --scriptContext:AddCoreScript("CoreScripts/Playerlist", RobloxGui) -- needs work, file:// - --scriptContext:AddCoreScript("CoreScripts/GameMenu", RobloxGui) -- needs work, file:// - --scriptContext:AddCoreScript("CoreScripts/BackpackFull", RobloxGui) -- needs work, file:// - --todo: file:// and the corescript adder thing + scriptContext:AddCoreScript("CoreScripts/Playerlist", RobloxGui) + scriptContext:AddCoreScript("CoreScripts/GameMenu", RobloxGui) + scriptContext:AddCoreScript("CoreScripts/BackpackFull", RobloxGui) + ]]--todo: file:// (rbxasset://) and the corescript adder thing end) --[[elseif (rbxlegacyversion == "ultra") then settings().Rendering.FrameRateManager = 2