About 31,400 results
Open links in new tab
  1. THE STANDARD STAGE PLAY FORMAT What follows is a guide to “professional” stage play script formatting. These pages are an explanation of the standard stage play format. See the …

  2. Making Play Button Work - Scripting Support - Roblox

    May 16, 2020 · Heya Guys! I’m creating my own play button and tried to script it but it only just comes up with a red line and when I finished off the function message, the end) didn’t appear …

  3. Audio when Part is Touched - Scripting Support - Roblox

    Sep 18, 2022 · You can write your topic however you want, but you need to answer these questions: What do you want to achieve? Keep it simple and clear! sound on touch of a part …

  4. Sound plays when clicking part? - Help and Feedback ... - Roblox

    May 2, 2020 · so basically i just want a sound to play when i click a part. this is what script i have but it wont work. the script is located inside a clickdetector inside a part. …

  5. [MODULE SCRIPT] Moon Animator 2 to In Game Animations

    Jul 18, 2025 · [MODULE SCRIPT] Moon Animator 2 to In Game Animations Hello Roblox developers, I’m excited to share a new module I’ve created that extends the functionality of …

  6. How to run an animation onClick? - Scripting Support - Roblox

    Apr 17, 2018 · I’m attempting to make it so that when you click while holding a tool, the animation runs. I checked the wiki and didn’t quite understand what was going on since this is my first …

  7. [V2] Moon2Cutscene | Play Moon Animator 2 Files - Roblox

    Jun 2, 2024 · Moon2Cutscene Version 2.1 What is Moon2Cutscene? Moon2Cutscene is a free open source Moon Animator 2 run-time cutscene playback module Where to get it? You can …

  8. How to play a sound locally? - Scripting Support - Roblox

    May 14, 2021 · So I do know how one can play a sound for the entire server, but is there any way you can locally play a sound with either a button press or touched event? Thanks In Advance.

  9. Beginner Tutorial #4: How To Make An Animation Play When A

    Nov 20, 2024 · Hello, developers! It’s been a while since my last tutorial Beginner Tutorial #3: How To Make A Simple Shift To Sprint Script! - Resources / Community Tutorials - Developer …

  10. Is it possible to create/play an animation with a script?

    Oct 8, 2022 · It allows you to play animations, you need to provide it the animation Id Here is an example: local Animation = "Insert your AnimationId here" local Character = …