MADE BY Bannable
FEATURE:
- AUTO COLLECT MONEY
- .
- https://www.roblox.com/games/9284097280/Apartment-Tycoon-UPD-1
SCRIPT:
local Time = 2
local LP = game:GetService("Players").LocalPlayer
local Char = LP.Character
local Loc = game:GetService("Workspace"):FindFirstChild(LP.UserId .. "Tycoon").GeneratedFloor1.MoneyATM.Part
LP.PlayerGui:FindFirstChild("EffectsScreenGui").Enabled = false
while task.wait(Time) do
firetouchinterest(Char.HumanoidRootPart, Loc, 0)
firetouchinterest(Char.HumanoidRootPart, Loc, 1)
end