About 12,900 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 creator perms.

  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! Features …

  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 Event = …

  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 prop.Name is a …

  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 the …

  6. 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 support for …

  7. 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 to log …

  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 perform in …

  9. What does FindFirstChild do? - Scripting Support - Roblox

    Dec 21, 2022 · I have been scripting for some time now and I still doesnt know what is difference between normal pathing and FindFirstChild method. Can someone explain it to me?

  10. 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 it possible?