0% found this document useful (0 votes)
24 views1 page

Me Fred2023tf

Lo

Uploaded by

radd68126
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views1 page

Me Fred2023tf

Lo

Uploaded by

radd68126
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

--[[

WARNING: Heads up! This script has not been verified by ScriptBlox. Use at
your own risk!
]]
local range = 1000
local player = game:GetService("Players").LocalPlayer

local function isFriendWith(player1, player2)


return player1:IsFriendsWith(player2.UserId)
end

game:GetService("RunService").RenderStepped:Connect(function()
local players = game.Players:GetPlayers()
for i = 2, #players do
local otherPlayer = players[i]
local character = otherPlayer.Character
if not isFriendWith(player, otherPlayer) then
local tool = player.Character and
player.Character:FindFirstChildOfClass("Tool")
if tool and tool:FindFirstChild("Handle") then
tool:Activate()
for _, part in next, character:GetChildren() do
if part:IsA("BasePart") then
firetouchinterest(tool.Handle, part, 0)
firetouchinterest(tool.Handle, part, 1)
end
end
end
end
end
end)

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy