All content on our site is free and will always be free.

Please consider supporting us with disabling your AdBlock software and to gain access to thousands of free content!

Not sure how to disable AdBLock? Follow this tutorial: How to disable AdBlock

Get the MAKE EVERYONE NEAR FOLLOW YOU

The MAKE EVERYONE NEAR FOLLOW YOU code is below. Copy & inject it into the game. Enjoy!

DOJ | Sandy Shores - MAKE EVERYONE NEAR FOLLOW YOU
lp = game.Players.LocalPlayer
for i,v in pairs(game:GetService('Players'):GetChildren()) do
   if v ~= lp then
local args = {
   [1] = v,
   [2] = "Follow",
   [3] = lp
}

game:GetService("ReplicatedStorage").CarbonEvents.TieEvent:FireServer(unpack(args))
end
end