Hey, I am working on a FPS game about war.
I use ACS, and I want all of their guns to disappear until they stop sitting.
Would there be a way to do that without specifying a seat and making a script too complicated?
Thanks.
Hey, I am working on a FPS game about war.
I use ACS, and I want all of their guns to disappear until they stop sitting.
Would there be a way to do that without specifying a seat and making a script too complicated?
Thanks.
Yes, but it might be complicated.
this should be under scripting help not platform usage support.
Thanks, I changed it.
Well then how would I go about doing it? I mean if you just say “Yes,” it doesn’t help that much. Not to be rude
StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, false)
use this to disable their backpack, and i guess make a script that detects when they sit down and then disable the backpack
this must be used in a LocalScript
!!!
The problem with that is I don’t know how to detect such a thing, that’s the whole reason I made this topic.
Sure, I could probably do the backpack thing but I don’t know how to detect such a thing.
I am no good scripter, I am a beginner.
You can make use of humanoid’s seated event and then you can unequip all the tools and disable backpack’s core gui.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.