Tech24 Deals Web Search

Search results

  1. Results from the Tech24 Deals Content Network
  2. [Full Tutorial] How to script on Roblox | Beginners!

    devforum.roblox.com/t/full-tutorial-how-to-script-on-roblox-beginners/1991385

    Learn the basics of scripting on Roblox with this full tutorial by Valkyrop (JustAGuy). Topics include variables, data types, functions, loops, conditions, events, tools, gamepasses, and more.

  3. Lua Scripting Starter Guide - Community Tutorials - Roblox

    devforum.roblox.com/t/lua-scripting-starter-guide/394618

    Learn the basics of Roblox Lua, the official programming language for creating games on the platform. This tutorial covers print, strings, numbers, arithmetic operators, concatenation, and variables.

  4. Simple M1 Combat System - Community Resources - Roblox

    devforum.roblox.com/t/simple-m1-combat-system/2560101

    Learn how to create a simple M1 combat system with uptilt, downslam, blocking and stuns for Roblox games. See the showcase video, download the file and check out the YouTube channel for more information.

  5. How to search for a specific word across all scripts ... - Roblox

    devforum.roblox.com/t/how-to-search-for-a-specific-word-across-all-scripts/739209

    Learn how to use the "Find Results" option in the "View" tab or the Ctrl+Shift+F shortcut to search for a word in all your scripts. See the discussion and answers from other Roblox developers on this topic.

  6. What does !strict/!nonstrict mean? - Scripting Support - Roblox

    devforum.roblox.com/t/what-does-strictnonstrict-mean/2066130

    Learn how !strict and !nonstrict affect type checking in Roblox scripts, a feature related to Luau language. See examples and explanations from other users and developers.

  7. Where should i be storing my Local Scripts? - Roblox

    devforum.roblox.com/t/where-should-i-be-storing-my-local-scripts/334622

    Learn how to organize your Local Scripts in different folders such as ReplicatedFirst, StarterPlayerScripts, StarterGui, and PlayerGui. See the pros and cons of each option and the opinions of other developers.

  8. [PLUGIN] ScriptMate - Learn to script now! (15K+ Installs) -...

    devforum.roblox.com/t/plugin-scriptmate-learn-to-script-now-15k-installs/1972156

    ScriptMate is a plugin that provides coding challenges and tutorials for Roblox scripting. It covers the main topics of scripting, such as events, services, loops, and more, and has over 15K installs and positive reviews.

  9. Maintaining scripts across places? - Scripting Support - Roblox

    devforum.roblox.com/t/maintaining-scripts-across-places/1239046

    If a ModuleScript object is has its Name property set to ‘MainModule’ and is uploaded to Roblox as a model to your account, Scripts can use require with the uploaded model’s AssetId instead. This allows you to create private modules on your Roblox account! So, in your case, you would hold all the damage tables on this module.

  10. Sharing variables between scripts? - Scripting Support - Roblox

    devforum.roblox.com/t/sharing-variables-between-scripts/93423

    What are your ways of sharing variables between scripts? I’ve tried: _G. shared Modules ValueInstances I sometimes use _G. to share variables between local scripts and local scripts and between server scripts and server scripts separately, but I’m not sure about it’s cons.

  11. Simple Scripts For Beginners - Community Resources - Roblox

    devforum.roblox.com/t/simple-scripts-for-beginners/133258

    A thread where users share and discuss simple scripts for Roblox games, such as gamepass, devproduct, and anti-collision scripts. Learn tips, tricks, and examples of scripting with filtering enabled and tables.