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.