When you execute the following code, the SelectionBox tends to lag, along with SelectionSphere.
local SB = Instance.new('SelectionBox', game:GetService('Players').LocalPlayer.Character) SB.Adornee = SB.Parent
or
local SS = Instance.new('SelectionSphere', game:GetService('Players').LocalPlayer.Character) SS.Adornee = SS.Parent
These were not like this a while ago, but I'm not sure what happened! Hope ROBLOX can fix this.
|