
How to reference numbers? - Scripting Support - Roblox
Sep 8, 2020 · How do I reference numbers? For example, In my game I have this checkpoint system, each checkpoint is named: “1”; “5” etc. When I did a WaitForChild this auto completed:
How to put a part with numbers in it's name into a script - Roblox
Dec 11, 2022 · game.workspace["2a"].Value.Value = -- blah blah blah This way you can use a number in a part name and still have the script refer to the part correctly.
How do I reference a object? - Scripting Support - Roblox
Jan 26, 2022 · I’m in the middle of making a marble race inside of Roblox Studio and I want to make a platform that teleports the marble to another position, I know how to reference a …
Basic Lua Tables 101 - Resources / Community Tutorials - Roblox
Oct 30, 2020 · You can also read the number of values within a table since ROBLOX has a handy-dandy operator/tag you can insert. Just put a hashtag in front of the name of the table, …
How to create a weight system like fisch or grow a garden? - Roblox
Aug 29, 2025 · basically what i need the script to do is: Pick a random fish model from ReplicatedStorage (i.e Lingcod) Choose a number from said fish’s weight range (30-60 kg) …
Type Annotations! A guide to writing Luau code that is ... - Roblox
Feb 18, 2024 · Welcome! This tutorial aims to help people understand Luau’s type annotation feature, and how to write code that’s smarter and easier for other experienced developers to …
How to edit numbersequence via script - Roblox
Jul 8, 2023 · I need to get a specific numbersequence from a particleemitter and change it’s value, but I got no idea how to achieve this. The documentation was a bit confusing for me so I was …
How do I put variables inside a string? - DevForum | Roblox
Aug 26, 2020 · User inputs a userid into the textbox then presses textbutton, the script proceeds to get the username (among other things) from the roblox API. I know what I am doing, just …
How do i include a number in a string? - DevForum | Roblox
Nov 7, 2023 · here’s my code, so how do I make it include the ‘IndoorID’ number in ‘local LVRMotor = script.Parent.Parent.Parent.Indoor’ ? I’m doing this for a VRF or VRV air …
Plugins for References? - Building Support - Roblox
Nov 25, 2023 · Hi, I don’t know if this belongs in Building Support but that seems to make sense… I’ve been looking for a while, but does anyone have plugin recommendations for showing …