From 294de80a6621520b7d834e2a25e1bda2f1fa3723 Mon Sep 17 00:00:00 2001 From: Austin Date: Sun, 31 Oct 2021 23:31:01 -0400 Subject: [PATCH] update gameserver --- luascripts/game/gameserver.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/luascripts/game/gameserver.lua b/luascripts/game/gameserver.lua index 8d70f82..3dd19e1 100644 --- a/luascripts/game/gameserver.lua +++ b/luascripts/game/gameserver.lua @@ -149,6 +149,7 @@ if placeId~=nil and baseurl~=nil then game:Load(baseurl .. "/asset/?id=" .. placeId) end +--[[Old Animations]]-- --[[ if game:GetService("StarterPlayer"):FindFirstChild("StarterCharacterScripts") ~= nil and game:GetService("StarterPlayer").StarterCharacterScripts:FindFirstChild("Animate") == nil then pcall(function()game:GetObjects("rbxasset://fonts/humanoidAnimateLocal.rbxm")[1].Parent = game:GetService("StarterPlayer").StarterCharacterScripts end)