Yahoo Poland Wyszukiwanie w Internecie

Search results

  1. A function is a named block of code that helps you organize your code and use it in multiple places without writing it again. Create a function in the script and call it disappear.

  2. 16 mar 2021 · This tutorial will teach you how to use functions in Roblox Studio scripting, including parameters and arguments. This topic is crucial to understand Events ...

  3. 25 sty 2016 · General reference for scripting in Lua on Roblox. This cheat sheet is intended for beginner scripters.

  4. 24 lis 2019 · Local Scripts. You mightve already noticed that below the option to create a script, there is something called a local script. This tutorial won’t go too in-depth about them, but offer a broad summary about its purpose. Local scripts are scripts that only affect the user’s client rather than the server.

  5. 11 lip 2024 · local Button = script.Parent.Button Button.MouseButton1Down:Connect(function() print("You clicked the button!") end) IMPORTANT NOTE: Use local scripts to code GUI, you can later use remotes to send info to server

  6. 3 lip 2024 · Introduction to local scripts. Basic gui programming. Tween Service - Better lerping. Client and Server rules. Tools. User Input Service - Detecting key presses. Run Service - Physical simulations & smooth movement. Remotes & Bindables - Scripts connection. Modular scripting.

  7. In this tutorial, you'll learn how to apply a script to parts to make a platform appear and disappear. You can use this in a platforming experience to span a gap, challenging users to time their jumps carefully to get to the other side.

  1. Ludzie szukają również