Why is this so laggy?
I don't mean it lags my computer but it does this
https://gyazo.com/c4d831a16e111a7a8e1aebe76ce60749
But on me it does this
https://gyazo.com/30780e867e730a36f5c2a1e3dde04cab
I want to make it look like that for other people and not just me.
01 | chr = game.Players.LocalPlayer.Character or game.Players.LocalPlayer.CharacterAdded:wait() |
02 | float = Instance.new( "Part" ,chr) |
05 | float.Position = chr.Torso.Position + Vector 3. new( 0 , 10 , 0 ) |
06 | model = Instance.new( "Model" ) |
08 | circle = Instance.new( "Part" ,model) |
10 | circle.CanCollide = false |
11 | circle.BrickColor = BrickColor.new( 0 , 0 , 0 ) |
12 | circle.FormFactor = "Custom" |
13 | circle.Size = Vector 3. new(. 2 , 5 ,. 2 ) |
14 | circle.Transparency = 1 |
15 | circle.Rotation = Vector 3. new(- 90 , 0 , 0 ) |
16 | outline = Instance.new( "SelectionBox" ,circle) |
17 | outline.Adornee = circle |
18 | outline.Color 3 = Color 3. new( 1 , 1 , 1 ) |
19 | outline.LineThickness = 0.001 |
21 | model.PrimaryPart = model.Part |
24 | game:GetService( 'RunService' ).RenderStepped:wait() |
25 | float.Position = chr.Torso.Position + Vector 3. new( 0 , 10 , 0 ) |
26 | model:SetPrimaryPartCFrame(float.CFrame) |
27 | clone = circle:Clone() |
29 | clone.Transparency = . 7 |
30 | clone.Position = float.Position |
31 | clone.Rotation = Vector 3. new( 0 , 0 ,i) |
36 | model.PrimaryPart = model.A 1 |
41 | while game:GetService( 'RunService' ).RenderStepped:wait() do |
44 | float.Position = chr.Torso.Position + Vector 3. new( 0 , 10 , 0 ) |
50 | float.Rotation = Vector 3. new(n,x,x) |
51 | model:SetPrimaryPartCFrame(float.CFrame) |
I don't know how to make it less laggy for other people.