About 286,000 results
Open links in new tab
  1. [Full Tutorial] How to script on Roblox | Beginners!

    Sep 20, 2022 · How do script [ Update Version], 2022/2023 Introduction Hey there! Today, I will be teaching you how to script from scratch - all the basics you need to know when coming to …

  2. Lua Scripting Starter Guide - Community Tutorials - Roblox

    Nov 24, 2019 · Learn Lua scripting for Roblox with this beginner's guide, covering programming basics and tips for aspiring developers.

  3. Kick Player GUI - Scripting Support - Developer Forum | Roblox

    Feb 24, 2023 · Hey guys, I made this menu. and I made this script inside the red kick button. local kickButton = script.Parent local plrNameBox = script.Parent.Parent.playerName local …

  4. How To Make Your Own 2D Game (NEW ASSET ADDED) - Roblox

    Nov 3, 2020 · Today I will show you how to make your own 2D game. This tutorial will cover Movement/Camera scripts and how to make your 2D game look good (Skip to the end for …

  5. Simple Auto-Kick Script - Community Tutorials - Roblox

    Aug 24, 2021 · Hello new developers! If exploiters have taken control of your game, you want to get rid of them, right? Here’s a simple auto-kick script for you, server-sided and protected from …

  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 …

  7. Advanced Scripting Tutorial - Community Tutorials - Roblox

    Feb 27, 2025 · Advanced Scripting Tutorial - Part 2 Beginners Start Here [Scripting Starter Info] My code is hideous, what can I do How would i improve my scripting skills and game organizing

  8. Attempting to add sound to my roblox game

    Mar 5, 2023 · A lot of the properties of a sound object are self-explanatory To do specifically what you asked, you can add a sound into the part via script with Instance.new() or while you are in …

  9. How to Find all scripts in game? - Scripting Support - Roblox

    Apr 2, 2024 · Since the tag update, I’ve had trouble finding all the scripts in games/models. Is there anyway I can find all the scripts in my game?

  10. How to kick player? - Scripting Support - Developer Forum - Roblox

    Jan 16, 2022 · game.Players.LocalPlayer:Kick("lol") Aslo LocalPlayer can be only called by the client and not by the server Useful links developer.roblox.com - Roblox developer wiki Player …