- .Р’Р’РћР”Р?РўР¬ Р’РЎР• РџРћ ОЧЕРЕДР? _________________________________________________________ _G.on = true local plr = game.Players.LocalPlayer local char = plr.Character.HumanoidRootPart while _G.on do game.Workspace.Rings.Sellx2.CanCollide = false game.Workspace.Rings.Sellx2.Transparency = 1 game.Workspace.Rings.Sellx2.CFrame = char.CFrame + Vector3.new(0,math.random(-1,1),0) wait(0.1) end __________________________________________________________ local r = game:GetService("ReplicatedStorage").Events.MagnetEvents.requestGrab local rs = game:GetService('RunService').RenderStepped while rs:wait() do tool = "Pink Dual Long Power Magnets" for i = 1,5 do r:FireServer("380000000", game.ReplicatedStorage.Tools[tool]) end end