twitter code help?
Hi I have scripted this code for my game. This is a twitter code thingy. When I enter the twitter code it says "code accepted" then it gives me the item (That's in roblox studio testing). But when save it to my place and play my game, and enter the code it says "Code accepted" but it does not give me the item! Can you help please?
01 | ` local plr = game.Players.LocalPlayer |
02 | local box = script.Parent.Parent.Enter |
05 | if box.Text = = "TEST" then |
06 | box.Text = "Code accepted" |
08 | box.Text = "Enter Code" |
09 | local a = game.ReplicatedStorage.Sword:Clone() |
10 | a.Parent = plr.Backpack |
12 | box.Text = "Invalid code" |
14 | box.Text = "Enter Code" |
17 | script.Parent.MouseButton 1 Down:connect(onClick)` |