conversations listlengths 2 2 |
|---|
[
{
"from": "user",
"value": "Write a function `visiblearms` that takes a boolean parameter `bool` to make all parts in the `armparts` table visible in first person by setting their `LocalTransparencyModifier` to `armtransparency`, `CanCollide` to false, and `CastShadow` to the opposite of `bool`, but only if... |
[
{
"from": "user",
"value": "Set up animation objects in Roblox Luau by configuring animation sets for children added or removed from a script, and initially configure all animation sets defined in the `animNames` table."
},
{
"from": "assistant",
"value": "<think>Okay, I need to set up animation... |
[
{
"from": "user",
"value": "Create a configuration table `Tune` for controls in a vehicle simulation game that includes peripheral deadzones and mappings for keyboard and controller inputs."
},
{
"from": "assistant",
"value": "<think>Okay, I need to create a configuration table called `Tune` for... |
[
{
"from": "user",
"value": "Create a configuration table named `Tune` that includes a `Peripherals` section for defining mouse and controller deadzones, and a `Controls` section for mapping keyboard, mouse, and controller inputs to specific actions in a vehicle simulation game."
},
{
"from": "assist... |
[
{
"from": "user",
"value": "Create a script that initializes a drivetrain system in a Roblox vehicle. The script should:\n1. Populate a table `Drive` with the front wheels if the configuration is \"FWD\" or \"AWD\".\n2. Populate the same table `Drive` with the rear wheels if the configuration is \"RWD\" or ... |
[
{
"from": "user",
"value": "Create a Lua module for the client-side logic in a Roblox game that includes functions to start processes and manage identifiers. The module should have functions to serialize and deserialize identifiers, create new identifiers, and make bridges. Use the provided `ClientBridge`, ... |
[
{
"from": "user",
"value": "Implement a `Flip` function in Roblox Luau that detects when a car's orientation is tilted and applies a flip using a Gyro when the car has been tilted for more than 3 seconds. The function should reset the Gyro settings after the flip."
},
{
"from": "assistant",
"val... |
[
{
"from": "user",
"value": "Implement a `Path` class with non-static methods `Destroy`, `Stop`, and `Run` that handle pathfinding for a humanoid character in Roblox, including error handling, path computation, and visualization of waypoints. The `Destroy` method should clean up all resources, `Stop` should ... |
[
{
"from": "user",
"value": "Create a configuration table named `Tune` with values for front camber (`FCamber`), rear camber (`RCamber`), front toe (`FToe`), and rear toe (`RToe`), all specified in degrees. The values should be -1 for front and rear camber, and 0 for front and rear toe. Do not apply these va... |
[
{
"from": "user",
"value": "Implement a function that handles steering for a vehicle in Roblox, incorporating mouse input for steering control, interpolation for smooth transitions, and decay based on vehicle speed. The function should update the steering angles for the vehicle's wheels accordingly."
},
... |
[
{
"from": "user",
"value": "Create functions to handle player stances (Prone, Stand, Crouch) in a Roblox game, adjusting camera offsets, walk speeds, and other player properties. Implement input handling to switch between these stances using the C and X keys."
},
{
"from": "assistant",
"value": ... |
[
{
"from": "user",
"value": "Configure and initialize remote events and values for score tracking and uploading in Roblox, setting specific values and parenting them to appropriate services."
},
{
"from": "assistant",
"value": "<think>Okay, so I need to configure and initialize remote events and ... |
[
{
"from": "user",
"value": "Initialize a tween for engine sound volume when starting a vehicle, set up remote connections for throttle control, define vehicle features and ignition parameters, and initialize variables for engine state and performance."
},
{
"from": "assistant",
"value": "<think>... |
[
{
"from": "user",
"value": "Create a function in Roblox Luau that waits for a specific child to be added to a given parent and returns that child once it is available."
},
{
"from": "assistant",
"value": "<think>Okay, I need to create a function in Roblox Luau that waits for a specific child to ... |
[
{
"from": "user",
"value": "Implement a Spring class in Luau with a position-velocity function for a simplistic spring simulation, handling underdamped, critically damped, and overdamped scenarios."
},
{
"from": "assistant",
"value": "<think>Okay, I need to implement a Spring class in Luau that ... |
[
{
"from": "user",
"value": "Define a set of variables for tracer properties including transparency, light emission, texture length, lifetime, face camera, and color."
},
{
"from": "assistant",
"value": "<think>Okay, so I need to define a set of variables for tracer properties. Let me break down ... |
[
{
"from": "user",
"value": "Create a function to update theme selection and clone theme boxes based on theme colors and their ratios, and handle mouse click events to change settings and update the UI accordingly."
},
{
"from": "assistant",
"value": "<think>Okay, I need to create a function that... |
[
{
"from": "user",
"value": "Create a custom wait function named `wait_time` that waits for a specified duration using the Heartbeat event from the RunService, and returns the actual time waited."
},
{
"from": "assistant",
"value": "<think>Okay, I need to create a custom wait function called `wai... |
[
{
"from": "user",
"value": "Create a Lua module with a library named `DataStoreCache` and a table called `DataStore2` that initializes and stores information in a combined data store table named `combinedDataStoreInfo`."
},
{
"from": "assistant",
"value": "<think>Okay, I need to create a Lua mod... |
[
{
"from": "user",
"value": "Set up gun mechanics including momentum, recoil, camera recoil, and crosshair spring for a Roblox game, using provided settings and initial offsets."
},
{
"from": "assistant",
"value": "<think>Okay, I need to set up gun mechanics in Roblox, including momentum, recoil,... |
[
{
"from": "user",
"value": "Create a configuration module for chat settings in Roblox that includes options to enable chat when the top bar is off, set the DisplayOrder for the chat ScreenGui, and enable friend join notifications in the chat."
},
{
"from": "assistant",
"value": "<think>Okay, I n... |
[
{
"from": "user",
"value": "Implement a class for saving and loading player data using Roblox's DataStoreService, ensuring data integrity and easy restoration of lost data by using a regular DataStore and an OrderedDataStore to track the most recent save."
},
{
"from": "assistant",
"value": "<th... |
[
{
"from": "user",
"value": "Create a script that updates an elevator's floor display using a custom label system. The script should wait for changes to the elevator's floor number, update the display based on a custom text mapping, and handle two-digit floor numbers by splitting them into two separate digit... |
[
{
"from": "user",
"value": "Implement keyboard functions for player controls in a Roblox game, including handling key presses for changing stances, aiming, selecting fire modes, reloading, sprinting, and scoping. Ensure the functions interact with global variables and settings tables to manage player action... |
[
{
"from": "user",
"value": "Write a function `ApplyTags` that removes any existing \"creator\" tags from a given target and applies a new \"creator\" tag, which is cloned from `CreatorTag` and automatically destroyed after 1.5 seconds."
},
{
"from": "assistant",
"value": "<think>Okay, I need to ... |
[
{
"from": "user",
"value": "Create a function `UnDigify` that maps digits from 1 to 61 to specific characters and symbols. Implement a function `IsBlack` to determine if a given note should be treated as black based on its value modulo 12. Develop a `Tween` function to animate objects using Roblox's `TweenS... |
[
{
"from": "user",
"value": "Define variables for a script that toggles an action based on mouse input and key binding, including a cooldown and debounce mechanism."
},
{
"from": "assistant",
"value": "<think>Alright, I need to define variables for a script that toggles an action based on mouse i... |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 37