Posted
I am trying to make an automated event script for the game plants vs brainrots i've basically been able to find everything I need but somehow I got stuck on a remote that holds a certain item from my inventory in my hand. Any experienced scripters can help me out?
Replied
- Look for 'Equip' or 'Use': Usually, it's not called 'Hold.' Look for remotes named
EquipItem,UpdateTool, or even justAction. - The Hotbar Swap: Open your Remote Spy, clear everything, and just tap the numbers (1, 2, 3) to swap items. That's usually when the server-sync remote fires.
- One Remote for All: A lot of these games use one big 'Main' remote. If you see something like
MainRemote, watch the arguments—it’ll probably say[1] = 'Equip'and then the item name.
StringValue in there that tells you the item's real name for the script.Cancel
Post
I Help People, Ask me.
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post