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

Arm stays in current pos when i unequip i tool. How I fix it?

Asked by 4 years ago

i made a tool where the player follows the mouse but when i unequip the tool it stays in the arms current pos.

-- Function to bind to Unequip event local function unequip() if connection then connection:disconnect() connection = nil end

> wait()

game.ReplicatedStorage.ROBLOX_RocketUpdateEvent:FireServer(oldNeckC0, >oldShoulderC0, oldShoulder2C0) end

    • Bind tool events Tool.Equipped:connect(equip) Tool.Unequipped:connect(unequip) Tool.Activated:connect(OnActivated)

Here is an image of it happening.

https://imgur.com/a/nAkAJE4

0
s Rileyboy1223 0 — 4y

Answer this question