game.Players.LocalPlayer.PlayerGui.Chat.DescendantAdded:Connect(function(message) if message:IsA("TextLabel") and string.find(message.Text, "What is ") then local result = string.sub(message.Text, string.find(message.Text, "What is ") + #("What is "), string.find(message.Text, "?") - 1) if result then local a1 = string.gsub(result, " ", "") local a2 = loadstring("return " .. a1) game.Players:Chat(string.format("%.1f", a2())) end end end) game:GetService("Workspace"):FindFirstChild("Add").DescendantAdded:Connect(function(upg) if not (game.Workspace:FindFirstChild(game.Players.LocalPlayer.Name) and game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart")) then repeat task.wait() until game.Workspace:FindFirstChild(game.Players.LocalPlayer.Name) and game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") end for _, upg in next, game:GetService("Workspace"):FindFirstChild("Add"):GetDescendants() do if upg:IsA("BasePart") and upg:FindFirstChild("TouchInterest") then firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, upg, 0) end end end)