
What does ~= or ~ mean in scripting? - Scripting Support - Roblox
Mar 7, 2021 · I want to learn what ~= or ~ means I don’t know how to use them. I have not looked for solutions yet. Is ~ not and is ~= not or =?
What is CanQuery, and what does it do? - Roblox
Jul 2, 2021 · Hello there!, I was looking through a basepart’s properties, I found a property called “CanQuery”, I searched on https://developer.roblox.com, I didn’t find anything, I searched on …
What does script.parent mean? - Scripting Support - Roblox
Jul 24, 2020 · So, script.Parent gets the parent of the script which is what the script is in. Eg. if the script is in a part and you use script.Parent, it will state the parent of the script, which is the …
What's an infinite yield? - Scripting Support - Developer Forum
Apr 18, 2020 · Hi i’m making a simple post because I have no idea what ‘Infinite yield’ means. I got a message saying a infinite yield was possible on something I know it’s not the perfect …
What does !strict/!nonstrict mean? - Scripting Support - Roblox
Nov 28, 2022 · I noticed in some of roblox’s core scripts and some plugins that they either have --!strict or --!nonstrict at the top, I also noticed a studio beta feature related to it. I’m confused as …
What do these mean? - Scripting Support - Developer Forum
Sep 29, 2021 · What do these mean? Help and Feedback Scripting Support OfficerlSwearShes19 (ronaldinho) September 29, 2021, 4:53pm
What does Three dots (…) mean in Lua - DevForum | Roblox
Jun 25, 2022 · What does Three dots ( … ) in lua mean ?, ex; RemoteEvent.OnServerEvent:Connect(function(arg1, arg2, ...) i just came across them and i …
What does 'return' do? - Scripting Support - Developer Forum
Feb 12, 2019 · Does a ‘return’ statement restart a ‘while true do’? I’ve looked it up and still don’t understand what it does.
What does FindFirstChild do? - Scripting Support - Roblox
Dec 21, 2022 · I have been scripting for some time now and I still doesnt know what is difference between normal pathing and FindFirstChild method. Can someone explain it to me?
What does ; mean? - Help and Feedback / Scripting Support
Jul 8, 2022 · I am seen many developers use this symbol when coding in Roblox Studio. What does it mean and when do you use it? Symbol: ;