www.roblox-scripter.com

Roblox codes

Work at a Pizza Place script – (Destroy server)

Functions: Destroy server

Script developer: Hot
Installation guide:
Copy the script from the button below.
Run any Injector (We recommend KRNL Injector)
Install it, insert the script and click execute
Enjoy it)

Thank you for using our website
Your script:

				
					for _, v in pairs(game:GetService("Workspace").KrustyKrab:GetDescendants()) do
                   if v:IsA("TouchTransmitter") or v:IsA("TouchInterest") then
                       firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart or game.Players.LocalPlayer.Character.Torso, v:FindFirstAncestorWhichIsA("Part"),0)
                       end
               end