ADVERTISEMENTREMOVE ADS
Collect all cash tickets
48,855 views
Script Preview
Description
Simple script for Dress to Impress, that auto collects all cash tickets on the map
Features:
- AutoFarm
- AutoCollect
Tested with
ADVERTISEMENTREMOVE ADS
13 Lines • 404 Bytes
Verified
local Root = game:GetService("Players").LocalPlayer.Character.PrimaryPart
local Money = game:GetService("Workspace").CollectibleMoney.Money:GetChildren()
for i, v in pairs(Money) do
pcall(function()
for _ = 1, 10 do
Root.CFrame = v.CFrame
firetouchinterest(Root, v, 0)
wait(0.005)
firetouchinterest(Root, v, 1)
end
end)
end
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS
![[FREE] COPY OUTFIT, AUTOFARM, JUMPSCARE, GAMEPASSES thumbnail](/_next/image?url=%2Fassets%2Fscripts%2F67ea3fdfdea1b3f7649c6951_1743657419145_i3Lkvk6RKv.webp&w=640&q=75)

Comments