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

Easy for Everyone, but not for me (i guess.) ItemId script teller help?

Asked by 7 years ago

This script telling what's id of this item. Giving only error. Anybody can help?

xdd = Twitch Scanner
xd=game.ReplicatedStorage.Items.xdd.ItemId.Value

print(xd)

1 answer

Log in to vote
0
Answered by 7 years ago
xdd = "Twitch Scanner"
xd=game.ReplicatedStorage.Items[xdd].ItemId.Value

print(xd)

Ad

Answer this question