About 50 results
Open links in new tab
  1. lua - Roblox Admin Command Script - Stack Overflow

    Aug 6, 2013 · Roblox Admin Command Script Asked 12 years, 4 months ago Modified 6 years, 11 months ago Viewed 220k times

  2. Lua admin script for roblox - Stack Overflow

    Jul 6, 2022 · Lua admin script for roblox Asked 3 years, 5 months ago Modified 3 years, 1 month ago Viewed 2k times

  3. How to rank people with Adonis Admin on roblox - Stack Overflow

    Oct 25, 2023 · 0 I am creating a Roblox work game, and I am using Davey_Bones's Adonis Admin. There are two ways that I know of to rank someone with that admin system: you could …

  4. Roblox Studio Admin GUI set player scores - Stack Overflow

    May 16, 2018 · The statistics values should be children of a model or folder object named 'leaderstats', located in the player (for instance: Player1>leaderstats>Cash). So you need a …

  5. roblox - How to make a message in chat so when the owner joins …

    Nov 17, 2021 · I don't know how to make a message appear when the owner joins the server I tried searching on everything but I can not find an answer or a script.

  6. Roblox chat commands inside a LocalScript? - Stack Overflow

    Sep 25, 2021 · It can work in LocalScript, but I advice you to put it in a server script. The code will work for everyone because you didn't use the LocalPlayer. I also recommend making the …

  7. lua - How to make a kill command to kill a specific player? - Stack ...

    0 I want to make a command that would kill a player you specify. Let's say I type "kill/Paul". Now I want to kill the player with the name Paul. This is my command Script:

  8. Remote event not sending from client to server - Stack Overflow

    Feb 14, 2024 · I am trying to make an announcement system in Roblox Studio using remote events to transmit the data but the remote events arent firing. Local Script (ADMIN): ...

  9. user interface - screen gui not showing up - Stack Overflow

    Mar 4, 2023 · im new to lua and im trying to make a roblox admin panel, but it wont work and i cant tell why admins = require (script.Parent.Admins) AdminPanel = game:FindFirstChild …

  10. I am making a AutoItem script for Roblox and it is not giving me …

    Jan 2, 2023 · My script is supposed to give me Items when I join and reset but it is not working, the script is hooked up to teams. I tried to change it to a LocalScript and a ServerScript but …