From 526d9268a0be22822642750588b6a42a4e9edba3 Mon Sep 17 00:00:00 2001 From: Austin Date: Sun, 31 Oct 2021 21:38:08 -0400 Subject: [PATCH] remove old animations temp --- luascripts/game/gameserver.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/luascripts/game/gameserver.lua b/luascripts/game/gameserver.lua index 739f8aa..8d70f82 100644 --- a/luascripts/game/gameserver.lua +++ b/luascripts/game/gameserver.lua @@ -149,9 +149,11 @@ if placeId~=nil and baseurl~=nil then game:Load(baseurl .. "/asset/?id=" .. placeId) end +--[[ 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) end +]]-- -- Now start the connection ns:Start(port)