Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Why is this so laggy?

Asked by 9 years ago

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.

01chr = game.Players.LocalPlayer.Character or game.Players.LocalPlayer.CharacterAdded:wait()
02float = Instance.new("Part",chr)
03float.Anchored = true
04float.Transparency = 1
05float.Position = chr.Torso.Position + Vector3.new(0,10,0)
06model = Instance.new("Model")
07model.Parent = chr
08circle = Instance.new("Part",model)
09circle.Anchored = true
10circle.CanCollide = false
11circle.BrickColor = BrickColor.new(0,0,0)
12circle.FormFactor = "Custom"
13circle.Size = Vector3.new(.2,5,.2)
14circle.Transparency = 1
15circle.Rotation = Vector3.new(-90,0,0)
View all 52 lines...

I don't know how to make it less laggy for other people.

0
There's no way to fix that besides not use so many parts. On any computer that will lag quite a bit. Tkdriverx 514 — 9y
0
aww ;'( Senor_Chung 210 — 9y
0
Just use a cylinder with neon as it's material? YellowoTide 1992 — 9y

Answer this question