#Can't get "zoom out" function to work for my Sniper when it's unequipped
1 messages · Page 1 of 1 (latest)
I think I got it
Am listening
Don't check the tool.Parent == Player
Cz when the player equips a tool
The parent of the tool becomes character
So what should i write In that line instead then?
Remove that
Than it should work fine
I guess
No but now it won’t disable the Scope GUI when it’s un equipped
Thus the reason I need the second argument
Just use tool.unequipped
Disable the ui there
In line #20?
Nah
Like
Tool.unequipped:connect(function()
Gui.Enabled = false
end
)
Something like this should work
Ok wait let me try that
it should be a seperate function right?
Yep
omg u solved it
just to lyk two others who had 2 years of experience couldnt do it for me and yet u only have 8 months
thanks a bunch dude
no