Here's a video: https://i.gyazo.com/98e412d33066d03b3a97234c24ff28d2.gif Good day, I was wondering on how to fix that kind of lag demonstrated in the video?
Here's my local script:
local fireeffect = replicatedstorage:WaitForChild("Particletest"):Clone() fireeffect.Parent = script.Parent.Handle fireeffect.Position = startbul.WorldPosition game.Debris:AddItem(fireeffect, 0.15)