How do you make a script where you press a GUI button in place 1, then when you teleport to place 2 you get an item which normally you wouldn’t get after not pressing the GUI button?
Im sorry if u don’t understand im polish lol
How do you make a script where you press a GUI button in place 1, then when you teleport to place 2 you get an item which normally you wouldn’t get after not pressing the GUI button?
Im sorry if u don’t understand im polish lol
Well, this seems sort of understandable. If i heard you right, you want to do this
Give the player a Boolean Value when they join. If the Boolean Value is false, then when you teleport give them the item, and then make the Boolean true after teleport
This may help you from what I am understanding. It should put the data into a table when the user teleports and then you can read it out, if true then give item if false or nil then don’t give item.