So i made a script that toggle the particle of a knife but when i click on the gui the player1 see it but the player2 no why
Script :
--local Tool = game.Workspace.xJathur95x.Knife local Player = game.Players.LocalPlayer script.Parent.MouseButton1Click:connect(function() repeat wait() until Player.Character ~= nil Player.Character.Knife.Base.Particles.Enabled = false end)