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

How do I force a character to always hold a item/weapon? [closed]

Asked by 5 years ago
Edited 5 years ago

I'm trying to make a FPS game, but I don't want players able unequip items.

0
This isn't a request site, but if a tool's parent is changed to the backpack, parent it back to their character Rare_tendo 3000 — 5y
0
Suggestion: don't make it a roblox tool. T0XN 276 — 5y

Closed as Not Constructive by User#19524

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?

1 answer

Log in to vote
0
Answered by 5 years ago
game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, false) -- makes the backpack not able to be seen at bottom so they cant unequip 



http://wiki.roblox.com/index.php?title=API:Class/Humanoid/EquipTool

use this to make it force equip

Ad