#roblox im going to actually assassinate you

1 messages · Page 1 of 1 (latest)

strange idol
#

whenever i try to use :emit on a particle emitter it just emits on server and ignores client

#
local part = script.Parent
local event = part:WaitForChild("Boom")
local fx = part

local Debris = game:GetService("Debris")

local function Emit(list)
    for _, v in ipairs(list) do
        if v:IsA("Sound") then
            v:Stop()
            v.TimePosition = 0
            v:Play()

        elseif v:IsA("ParticleEmitter") then
            local amount = v:GetAttribute("EmitAmount")
            if amount then
                v:Emit(amount)
            end
        end
    end
end

local function CloneAt(pos)
    if typeof(pos) ~= "Vector3" then return end

    local clone = part:Clone()
    clone.Parent = workspace
    clone.Position = pos

    Debris:AddItem(clone, 10)
    return clone
end

event.Event:Connect(function(pos)
    local boom = CloneAt(pos)
    if not boom then return end

    Emit(boom:GetChildren())
end)

heady obsidian
#

brr skibid dop dop dop yes yes

#

skibidi doubla deep deep

strange idol
viscid badge
#

erm what the sigma

strange idol
#

imma js make a new post without you idiots with no dignity doing this shit

twin moth
#

ignore the client?