ADVERTISEMENTREMOVE ADS
Game icon

get 42/45 s

Script preview thumbnail
Script Preview

Description

idk what should put here lol this is stupid

ADVERTISEMENTREMOVE ADS
10 Lines • 427 Bytes
Raw
for _, v in ipairs(game:GetDescendants()) do
if v:IsA("TouchTransmitter") then
firetouchinterest(v.Parent, game.Players.LocalPlayer.Character.HumanoidRootPart, 0)
firetouchinterest(v.Parent, game.Players.LocalPlayer.Character.HumanoidRootPart, 1)
elseif v:IsA("ProximityPrompt") then
fireproximityprompt(v)
elseif v:IsA("ClickDetector") then
fireclickdetector(v)
end
end
ADVERTISEMENTREMOVE ADS

Comments

1 comment
to add a comment
Ex

wrong game sorry xd i updated it

0
0
ADVERTISEMENTREMOVE ADS