About 13,000 results
Open links in new tab
  1. ReDZ? Please help me understand this - DevForum | Roblox

    Jan 15, 2022 · Looking up RedZ, he’s an active player from 2007. There’s also a game called “REDz ADmin”. It’s probably a backdoor, or maybe just a normal admin script that gives the …

  2. Script Executor - Simple Script Execution - Roblox

    Aug 31, 2024 · Script Executor is a plugin for executing scripts as quickly as possible. It also has a bunch of other useful functions too! If you’re a scripter, then you need to have this plugin! …

  3. Attempt to index nil with PrimaryPart - Roblox

    May 3, 2021 · local NewCharacter = Character:Clone() Try parenting it to the workspace instead of just cloning it & setting its position local rp = game:GetService("ReplicatedStorage") local …

  4. Attempt to index function with 'Name' - Scripting Support - Roblox

    Jun 5, 2022 · I’m gonna get the Module Script and do some tests in studio, I think I might have found the issue. I found it. For some reason, after the first time the script is run, it thinks …

  5. Trying to read dictionary. getting error attempt to index nil with nil ...

    Dec 10, 2024 · You should not be using _G. Unless your codebase follows SSA (s ingle s cript a rchitecture) or any other architecture that invites a single entry-point, the order of execution of …

  6. Value is not a valid member of Script - Roblox

    Sep 13, 2023 · I’m trying to call a function from another script, but even with correct spelling and a proper script reference, I still get an exception “{Value} is not a valid member of {Script}” I tried …

  7. Grand Admin | A very secure, high quality, lightweight, very ...

    Oct 3, 2023 · Grand Admin - v1.15.0 Welcome to Grand Admin. A feature-packed, but simple admin commands script that is reliable, safe and efficient with tons of user-customisability and …

  8. Script Capabilities Preview [Client Beta] - Roblox

    Oct 25, 2024 · Hello everyone! Today we would like to announce a preview release of “Script Capabilities,” a new feature designed to give you finer control over actions that scripts can …

  9. How to get JobId from server list? - Scripting Support - Roblox

    Jun 26, 2023 · So I want to know how could I get a JobId from a server using the server list like this one: I want to be able to choose a server and get the job id with javascript or something, is …

  10. How to :FindFirstChild ():FindFirstChild ()? - Roblox

    Dec 28, 2024 · this may sound a little dumb but are you able to findfirst after a findfirst? since i dont want my script to be if NPC:FindFirstChild("Visuals") then if …