https://www.roblox.com/library/4842197274/Pistol
Hello to all! This is a great gun model, but when I add it to the game I cannot use the GUI and GUI buttons because the mouse cursor disappears. I want the camera to take a view from the shoulder only when the gun is in my hands. what to do?
3 Likes
Well, there is a modulescript inside the gun, shouldercam or something like that.
I would do:
tool.Equipped:Connect(function()
shouldercam.Disabled = false
end)
tool.UnEquipped:Connect(function()
shouldercam.Disabled = true
end)
1 Like
It is do not work Can you do it in script?
I could give you robaxes if you do everything ready-made.
You can’t just ask for someone to do your job here.
But i need help. I really need it!
You can try watching some videos to learn how to script, and then implement what @Stelth155_Dev said. You can’t ask for someone else to script it for you.
why i can not do it? I can pay
It’s probably a better idea to make your own tools then fix a free model.
1 Like
Ok so, ive just realised how stupid i am. Disabled is not a property of a modulescript.
So what i can do? I really need it
FerbZides
(FerbZides)
July 10, 2020, 8:03am
#12
when does it disappear
30char30
give me the code and ill fix it
FerbZides
(FerbZides)
July 10, 2020, 8:05am
#14
no the actual code im not in studio, ok?
Is this format suitable? The script is too large, so I can not send it as messages
There are other scripts there.
FerbZides
(FerbZides)
July 10, 2020, 8:13am
#18
copy the entire code and paste it inside 3 backticks
Avallachi
(Avallachi)
July 10, 2020, 8:18am
#19
Write your own scripts and you won’t have to face problems like these.
FerbZides
(FerbZides)
July 10, 2020, 8:19am
#20
i think he is trying to make a change mouse icon script
he’s a begginer let him learn