local player = game.Players.LocalPlayer local currentTycoon = player:GetAttribute("CurrentTycoon") local tycoon = game.Workspace.Tycoons:WaitForChild(currentTycoon) local buttons = tycoon.Buttons game:GetService("CoreGui").PurchasePrompt.Enabled = false -- Disable Purchase Prompt local character = player.Character or player.CharacterAdded:Wait() local humanoidRootPart = character:WaitForChild("HumanoidRootPart") while true do for _, button in ipairs(buttons:GetChildren()) do local mainPart = button:FindFirstChild("Button") and button.Button:FindFirstChild("Main") local targetPart = (mainPart and mainPart:FindFirstChild("TouchInterest") and mainPart) or (button:IsA("BasePart") and button:FindFirstChild("TouchInterest") and button) game:GetService("ReplicatedStorage"):WaitForChild("Honeypot"):WaitForChild("Internal"):WaitForChild("RemoteStorage"):WaitForChild("GiveLuckyBlockReward - RemoteEvent"):FireServer(9e9) if targetPart then firetouchinterest(humanoidRootPart, targetPart, 0) task.wait() firetouchinterest(humanoidRootPart, targetPart, 1) end end task.wait(0.1) end