About 3,200 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 · 1 I would like to know if you could help me with a Roblox script. From chat admin, when I say !kill user I want to the user to be killed. This is all I could do:

  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 use a …

  4. 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 admin table use …

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

    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: local player = .....

  6. lua - Why can't I unban player? - Stack Overflow

    Jan 23, 2024 · I'm a beginner programmer and trying to make an admin system that includes kick, ban, and unban commands. After pressing unban button on a successfully banned user it tells me that the …

  7. How would you set visibility property of textbutton from server? [Roblox]

    Jun 29, 2022 · I'm making an admin commands system and I'm trying to turn on a TextButton inside of the player (plr.PlayerGui.adminUi) when they chat ":cmdb". I've debbuged with print statements and …

  8. 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 script that creates this …

  9. How can I stop certain messages from sending in Roblox?

    May 16, 2021 · I am trying to have certain commands (for moderation) not be shown in the Roblox chat but still be picked up by Player.Chatted or a similar event.

  10. Batch script: how to check for admin rights - Stack Overflow

    Oct 29, 2010 · How do I check if the current batch script has admin rights? I know how to make it call itself with runas but not how to check for admin rights. The only solutions I've seen are crude hack …