Twitter codes system

Twitter Codes System

Hello Devforum, I’m Buzz!

I made a twitter codes system.

It is very easy to use, you can add as many codes as you want.

Here you can see what the model looks like:

Instructions

Put the folder named Events in ReplicatedStorage
Screenshot3

Put the script named MainScript in ServerScriptService
Screenshot3

Put the ScreenGui called CodesGUI in StarterGui
Screenshot4

NOTE: Remember to enable studio access to API services in the game settings for the system to work properly

Get the model here: Twitter Codes - Roblox

Thank you for reading! :slightly_smiling_face:

7 Likes

It seems the item is getting moderated currently.

I fixed it, the model icon was moderated.

While testing I got an error:

MouseButton1Click is not a valid member of ScreenGui "Players.SilentSuprion.PlayerGui.CodesGUI"

Edit:
You parented the script to the screen gui so there is no button.

1 Like

Thanks for letting me know, that should be fixed now.

1 Like

Also another tip try using string.lower() so it doesn’t exactly have to be the code. For example, “Free” would work instead of “FREE.”

1 Like

Awesome, keep up the good work!

1 Like

I tried the model and uh, nothing works in it.
The button doesn’t open the UI (which is probably cause it is parented to the whole ui as somebody already said) and when the frame is actually visible nothing happens when I type the code and push enter

1 Like

Do you see any errors or warnings in the output or in the developer console?

It says "CodeEvent is not a valid member of ReplicatedStorage “ReplicatedStorage”

Try reinserting the model.

This text will be blurred

1 Like

Same thing happens every time I reinsert it

2 Likes