if player.Character:FindFirstChild("Humanoid") then local humanoid = player.Character.Humanoid humanoid.PlatformStand = not humanoid.PlatformStand humanoid.Sit = not humanoid.Sit if ...
-- GUI local gui = Instance.new("ScreenGui", player:WaitForChild("PlayerGui")) gui.Name = "FreeFlyMenu" gui.ResetOnSpawn = false local frame = Instance.new("Frame ...