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

How to call function from an item, the item is inside backpack of player ? [closed]

Asked by 4 years ago
Edited 4 years ago

How to call function from an item, the item is inside backpack of player ?

0
Whats the exact question? AmIOriginalOrNot 105 — 4y

Closed as Non-Descriptive by youtubemasterWOW, JesseSong, and Utter_Incompetence

This question has been closed because its title or content does not adequately describe the problem you are trying to solve.
Please ensure that your question pertains to your actual problem, rather than your attempted solution. That is, you were trying to solve problem X, and you thought solution Y would work, but instead of asking about X when you ran into trouble, you asked about Y.

Why was this question closed?

1 answer

Log in to vote
0
Answered by 4 years ago
Edited 4 years ago

if you are meaning finding a script in someones backpack then,

--Make it a LocalScript
local Player = game.Players.Localplayer
local FUNCTIONINBACKPACK = Player.Backpack.TOOLNAMEHERE.FUNCTIONNAME
--Rest Of the code and what you will do with the called script
0
If you want to do it on a specific player than do AmIOriginalOrNot 105 — 4y
0
i mean i want to call a functon which is in the item, and the item is in the backpack of player catkidmiau -1 — 4y
0
ahh ok AmIOriginalOrNot 105 — 4y
0
i thought of a remotefunction but if thats not it then idk the answer too AmIOriginalOrNot 105 — 4y
Ad