Featured Generations
  

"make it so also along with give theres a remove which does the opposite of give and instead removes value, for the remove command if a player has 800 and reduces to 900 instead of -100 make it 0 for example"

  

"create a block that works as a trampoline"

  

"Now make it cycle between blue and red and yellow."

  

"make the part the script is inside of slowly move the part to the nearest players position but only when the player is not looking and if the part is still not close to the player after 10 seconds then make the part appear behind the player"

  

"make a script where there is a health bar above my model called table when you click my model called table it takes 30 damage it starts on 100 health and when it gets to 0 it will be removed"

  

"make me a scripter on where I click on a part, the part goes into my inventory and I'm able to equip it and text inside the script to show me how to set the entire thing up studio"

  

"create a script that makes the player roll forward when the player press Q and plays a rolling animation."

  

"instance.new a box and every time you say box it makes the box bigger. server script."

  

"create a script in a part that gives a tool in serverstorage based on a players Level but if player isnt high level enough that player wont receive a tool and will reveive a text that says not enough level"

  

"goal score for ball"

  

"Create a script that gives new players who didn’t play before a wooden sword when they join"

  

"make leaderstats and datastore for coins, save and load player coins. give players 5 coins every time they progress a stage. show a ui notifcation for a few seconds when a player gains coins. add detailed comments, instructions and description"

  

"Make a script that slowly turns a parts transparency up, like a paint drying game. make the time it takes to finish configurable, and once its done, it restarts with a random colour. it continues this cycle forever."

  

"when i hold in a unanchared block i can controll the block"

  

"script where clicking UI makes another UI size tween"

  

"part that follows you and if you dont use a tool to hit it back it kills you"

  

"create a script when the player touched an part a timer is started for 1 minutes"

  

"Make me a script it tells me the best power I should use for the football."

  

"the player touched a part will die. Respawan after 1 second and add comment to code"

  

"Write a system for a Euphoria movement system"

  

"create a script of whenever a player touches a part called ct1 , the cameras position goes to "35.5, 29.5, -2.5" ,and looks down"

  

"make a script that unchares the hole map and hacks the game"

  

"Lights to flicker when monster is nearby"

  

"make a roblox code where there is a timer at the top of the screen it will count down 30 seconds and when the time is up it will tp all players to one of my Parts Part1 Part2 Part3 Part4 Part5 Part6 Part7 Part8 Part9 Part10 Part11 Part12 but only one player can be tped to each part then the countdown will go off the screen and if all players die it will restart the countdown again after waiting 3 seconds and when the countdown ends my Part called Spinner will will spin at a speed of 0.1 and then each 5 seconds the speed will increase by 0.5 speed and then when all players die it will go back to 0.1 speed and start again but use tween service"

  

"and if clicked again and the child is paused then play and button image rbxassetid://172648700 and make sure it can repeat over and over depending on if clicked"

  

"make it so the player can click any proximity prompt but instead off being near it make it so the player only has to look at the proximity prompt from any distance"

  

"the player can reverse time by clicking a Textbutton called "REVERSE" inside of a Screengui"

  

"Create a script that destroys a part when a player kills a certain amount of NPCs"

  

"Create a script inside a mesh part that makes it spin"

  

"make a script that loop teleports my character 15 studs above a close opposite team player when i press r and stops when i press r again"

  

"create a script inside a inside a tool that teleports player to spawn when players left clicks while the tool is equipped."

  

"add to the script you just generated by creating a second button, when clicked it adds a tab to the dropdown menu with the text *player who clicked button*'s menu"

  

"Create a script that prevents a train from derailing"

  

"3 parts have to be clicked in a sequence to open a door. the parts glow a colour when clicked. add detailed, in-depth comments"

  

"make a little rpg system that updates when a humanoid is killed"

  

"Make a script where if I click on a Part, that part disapears and it gives 1 to the IntValues I have inside of a Folder called Inventory. The Inventory Folder is under the player. The 2 Int Values are called Wood and Stone."

  

"create a script for a tool that plays an animation when equipped, and cancels out all others, and stops the player from moving or turning"

  

"gui for play, wait, and rejoin"

  

"make it so the player can teleport by just clicking t"

  

"Make a script that changes the walk buttons. W must be D, S must be A. Change it also on the arrow keys. Show me how and where to insert this script."

  

"make a roblox script that gives you the highest level of admin permissions using any admin"

  

"create a time stop function that stops time for 5 seconds and then resume everything back to normal. Press the left button to activate timestop"

  

"the gui is just a white screen try to fix this"

  

"Create an artificial intelligence for a model of a creature. She chases and kills nearby players. Plus she dodges and jumps from obstacles! Make a complex, complete and error-free script."

  

"get the player name, look in work space find that playername, if its a model get children for line 5."

  

"How can we make it so that the camerapart stays with the player even after they respawn so that the camera zoom option still works even after death of the character?"

  

"Esp script"

  

"Inf ammo SharkBite script"

  

"write a gui button script that has an image as the gui and when clicked plays an audio that disapears when clicked"

  

"Make a script to where if the player goes into a certain part of the map, it temporarily shows the name of the region they're in on the top of the screen before going away."

  

"make a level system using falling parts use gui also make the part dissapear when touched and make the part give exp"

  

"Create a realistic camera system that simulates real human behavior based on the movement of the character."

  

"make a dancing npc with instructions on where to insert the code"

  

"Create a vote kick script in a serverscript."

  

"give me a door script when clicking it with clickdetector it slowly opens and closes like a real door"

  

"make a global message that says "hi" every 10 second"

  

"make a proximityprompt inside of a player and then put sounds that play upon starting the proximity prompt"

  

"Can we create a game world physics system to work with my Euphoria based movement system?"

  

"let a npc that the script is in able to use a item by a id and make it use the tool by clicking"

  

"can you make me a ban gui for owners that has a closing button and an open button?"

  

"in every second something happens in the players"

  

"make a tool gui that can open when you press q"

  

"rig that follows closest player with customizable walk animations, and attacks in animation that is customizable. The attacks are in a chain of 4, each customizable"

  

"local players = game:GetService("Players") local dss = game:GetService("DataStoreService") local dataStore = dss:GetDataStore("DataStore") local playerAddedEvent = game.ReplicatedStorage.Events:WaitForChild("PlayerAdded") local levelUpEvent = game.ReplicatedStorage.Events:WaitForChild("LevelUp")"

  

"make a moving dad"

  

"create a server region button that shows how many players are in that game"

  

"04:06:57.343 Workspace.Goal1.TriggerARG.Script:4: attempt to index nil with 'WaitForChild' - Server - Script:4. also please note that the guielement is a textlabel that needs to be changed on all clients"

  

"make me a open and close gui on the left screen and theres a button says lock and when i press that button i can lock on to any player in the game and add another button that says highlight and when i press that button it highlights every person in the gamea"

  

"explain this script in kid terms but make it short"

  

"make an script that when u press the button : M it makes an frame visible the frame is inside the Screengui called Settings inside there it is called SettingFrame and when u press M again if its visible it becomes invisible"

  

"create me memory minigame where you need to remember the sequence blocks were clicked on and you will need to do it yourself to open a front door part on a GUI with instructions"

  

"open and close multiple uis when different buttons are clicked"

  

"make a chat command that changes all parts named: oil cleanoil sparkleoil shinyoil and ultraoil by changing the part color to what the player chats every 0.01 seconds and make the chat command like this: /color 255 255 255"

  

"make it so that it tweens the gui that pops up, the gui tweens through transparency."

  

"Create a script that makes you first person and make's you walk in a realistic way"

  

"create a script that gives a player 1 random item from a folder in serverstorage called ToolsFolder when a player right clicks on a part called Chest"

  

"create a script that will allow the player too pick up a object and make it disappear when clicked"

  

"Create a script that slowly increases the TimePosition without it sounding glitchy."

  

"create a Field of Battle roblox script that allows you to get legendary gems and gold that has its own custom gui with sliders that have the max capacity of 100000 for each"

  

"create a combat sword script inside a tool that plays 2 different swing animation when players left clicks twice and the damaged is based on the damage value located inside the tool. and it damages a NPC with a humanoid called Enemy and gives a leaderstats called Kills when NPC dies."

  

"player dashes forward with Q while holding W player dashes backwards with Q while holding S player dashes Left side ways with Q while holding A player dashes Right Side ways with Q while holding D with custom animations make it feel smooth"

  

"sword slash with animation and particle that deals damage and activates when you click a tool"

  

"make a loading screen"

  

"-- make it so that when a player presses E on the "ore" they hold it for 3 seconds before the ore dissappears where do i put it"

  

"When you join the game, there will be a GUI that says "Play" and "Quit" and the background will be fully Black and the "Play" and "Quit" will be UICorner"

  

"create a server annoucement"

  

"script where clicking G makes gravity flip, so I would start falling into the air and unanchored parts would start falling into the air if I click G, it doesn't work"

  

"make a script if a player clicks a ui button then a gamepass prompt will open, if the player purchases the product then all players will fling far"

  

"script a tool that makes the player shrink when player left clicks the tool"

  

"create a daily reward system that has a frame and has multiple button inside of it. instruction on how to set it up."

  

"make code for my script so that when the text button is pressed the the frame and text labels and textbutton disappear"

  

"explain how to use remote events"

  

"a roblox script that makes the draws an outline around your character and makes it red"

  

"if players reach 1,000,000,000 Money it will stop it from going higher than that and with Kampfkarren DataStore2 with clear instructions"

  

"no dont use a healthbar, just make them glow red"

  

"Create a system where a vignette is added around the edges of the player's screen."

  

"A wall that you cannot go through"

  

"player gets a tool on touching a part"

  

"make a script that spawns a part then puts it on the players head"

  

"Create a The Vampire Diaries Themed Loading Screen with play button"

  

"adopt me script that allows to pet farm and baby farm at the same time with a button and when preesed enable/disable the pet and baby auto farm and add a button that when preeesed is labeld hide hides the window"

  

"when i click my screen a block will apear in the mouse"