Tommy Play Event Scripts | GET EVENT ITEMS

MADE BY kanomi13

FEATURE:

  • TWEEN TO GET ITEMS

GAME LINK:
TOMMY PLAY

SCRIPTS: [3]

local TweenService = game:GetService("TweenService")
local Players = game:GetService("Players")
local Player = Players.LocalPlayer
local Character = Player.Character 
local RootPart = Character.HumanoidRootPart

TweenService:Create(RootPart, TweenInfo.new(15), {CFrame = game:GetService("Workspace").Bronx["Dance ball Hotdog"].Centerpiece.Chicken.CFrame}):Play()

You need hotdog thing equipped on ur avatar:

local TweenService = game:GetService("TweenService")
local Players = game:GetService("Players")
local Player = Players.LocalPlayer
local Character = Player.Character 
local RootPart = Character.HumanoidRootPart

TweenService:Create(RootPart, TweenInfo.new(20), {CFrame = game:GetService("Workspace").Bronx.PrideCollector.FoamHand.CFrame}):Play()
local remote = game:GetService("ReplicatedStorage").lib.Network.CollectToken

local function getCoins()
local tokens = game:GetService("Workspace").Tokens
for _,v in pairs(tokens:GetDescendants()) do 
if v:IsA("BasePart") then 
remote:FireServer(v.Name)
end 
end 
end 

_G.On = true

-- Auto grab coins

while _G.On do 
getCoins()
task.wait(60)
end

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!