#roblox im going to actually assassinate you
1 messages · Page 1 of 1 (latest)
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)
can you actually try and help insteal of posting a meaningless message in a thread that needs fucking HELP
erm what the sigma
imma js make a new post without you idiots with no dignity doing this shit
what is the problem
ignore the client?