Help needed with script

Screenshot 2022-11-13 at 17.16.37

Put it inside uneqipped Event, not outsideā€¦

Plus where is it?

1 Like

Iā€™m not sure, I donā€™t undersatanda

Bruh

Its that simple:

script.Parent.Unequipping.OnServerEvent:Connect(function(Plr, Speed)
local P = Plr.Character.HumanoidRootPart:FindFirstChild("ParticleEmitter")
if P then
P.Parent = script.Parent.Handle
script.Parent.Handle:WaitForChild("ParticleEmitter").Enabled = false
end
Plr.Character:WaitForChild("Humanoid").WalkSpeed = Speed
end)

1 Like

OHhhhhahhahhahahhah Ok I do that yes right now

Thank you so much, itā€™s working now

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.