Anfänger Roblox Scripting Tutorial 4 - Variablen


Post a Comment:





Showing 0 Comments:
Be the first to comment!

External ressources related to Beginner Roblox Scripting Tutorial 4 - Variables

Variables - ROBLOX Lua Tutorials
http://rbxluaftw.weebly.com/variables.html

Ever wonder what the text is when you create a new script? There is a useful function in Lua called print(). It allows you to print the data in its arguments to the output. Put simply, the arguments are what is inside the parentheses. You can print any da

Roblox: General Scripting Cheat Sheet by Ozzypig - Download ...
https://cheatography.com/ozzypig/cheat-sheets/roblox-general-scripting/

Download the Roblox: General Scripting Cheat Sheet. 3 Pages ... jtorbi updated Daten und Variablen. 21 hours 32 mins ago. PrroGamer updated Unidad 4. Arreglos.

Variables Tutorial - Scratch Wiki
https://en.scratch-wiki.info/wiki/Variables_Tutorial

The script performs the same action ten times, except that the value changes at a constant speed. A variable could be used there: when I receive [Fall v] set [speed v] to [0] repeat (10) change [speed v] by (-1) change y by (speed) wait (0.1) seconds end