BanButton.Parent = Frame BanButton.Size = UDim2.new(0, 90, 0, 30) BanButton.Position = UDim2.new(0, 100, 0, 50) BanButton.Text = "Ban"
If the script inside the RemoteEvent looks like this, it is vulnerable: fe kick ban player gui script op roblox work
-- Create the kick and ban buttons local kickButton = Instance.new("TextButton") kickButton.Name = "KickButton" kickButton.Text = "Kick" kickButton.Parent = gui BanButton