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

How do I make particle effects appear on lower graphics?

Asked by
UPumpkin -34
5 years ago

I'm trying to make it so certain effects when fighting appear in my game. but they only seem to show when i'm playing on 8 or higher graphics. They are used in combat and blocking so they are pretty important.

how would I make them show at lower graphic levels?

0
Where is your scripts? User#19524 175 — 5y
0
serverscriptservice is what moves them into workspace UPumpkin -34 — 5y
0
Well you should post code snippets User#19524 175 — 5y
0
From what I can see it looks like you're dealing with decreased particle count? ChemicalHex 979 — 5y
0
ummmm what does that mean UPumpkin -34 — 5y

1 answer

Log in to vote
0
Answered by
UPumpkin -34
5 years ago

Heres some snippets of the code!

local e = game.ServerStorage.Effects.MeleeHit:Clone()
        e.Parent = game.Workspace
        e.Position = script.Parent.Position
        e.Des.Disabled = false
0
the effects last for about 0.6 seconds UPumpkin -34 — 5y
Ad

Answer this question