• Hey! Register here to create your account, engage with the community, and talk about what is new!

How to make inventory uneditabile

DragonHunter_1

New member
Joined
Apr 18, 2022
Messages
1
Reaction score
0
im trying to make a gui in my minigame and i want to make it so that the players can't move the items in their inventory, how would i do this?
the clicked invin slot event game values do not work and are super glitchy
 

JustSticky

Well-known member
Overlord
Joined
Mar 4, 2021
Messages
77
Reaction score
43
If you want to inventory to be completely stationary, do all of the stated below:

Prevent regular inventory movement:
Player Event: Click Inventory Slot > Game Action: Cancel Event

Prevent swapping hands:
Player Event: On Swap Hands > Game Action: Cancel Event

Prevent dropping items:
Player Event: On Drop > Game Action: Cancel Event
 
Top Bottom