The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
MAKE EVERYONE NEAR FOLLOW YOU script pastebin roblox
By MAKE EVERYONE NEAR FOLLOW YOU on 2024-09-23 08:00 am | Syntax: LUA | Views: 16



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. lp = game.Players.LocalPlayer
  2. for i,v in pairs(game:GetService('Players'):GetChildren()) do
  3.    if v ~= lp then
  4. local args = {
  5.    [1] = v,
  6.    [2] = "Follow",
  7.    [3] = lp
  8. }
  9.  
  10. game:GetService("ReplicatedStorage").CarbonEvents.TieEvent:FireServer(unpack(args))
  11. end
  12. end



  • Recent Roblox Scripts