You can write your topic however you want, but you need to answer these questions:
- What do you want to achieve? Keep it simple and clear!
I want to achieve the tools being disabled while being in passive.
- What solutions have you tried so far? Did you look for solutions on the Developer Hub?
I’m trying to disable the inventory whilst being passive, I’ve tried different tactics and everything but it still came out to be nothing, I’ve used a instance.new(“folder”) and that work but I’ve never seemed to get the tool from the backpack to parent onto the folder and loop back around while being unpassive.
Forums really didnt come back with anything helpful with my situation.
After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!
if message == "!passive" then
Humanoid.MaxHealth = math.huge
Humanoid.Health = Humanoid.MaxHealth
local character = player.Character
local ClonedBB = script.passiveBoard:Clone()
ClonedBB.boardDisplay.Visible = true
ClonedBB.ResetOnSpawn = true
ClonedBB.Parent = Character.Head
--local Weapons = Instance.new("Folder")
--weapons.Name = "Weapons"
--Weapons.Parent = player.Backpack
PassiveEvent:FireAllClients()