how do i make a blizzard roblox script

by Kitty Shields 5 min read
image

What is a Roblox game?

Roblox is an online gaming platform that allows user to create, share, and play games online with other Roblox players. Building things in Roblox Studio is a lot of fun. However, if you want to make a game, you need to learn how to script. This wikiHow teaches you how to script in Roblox. Steps.

How to give a script a name?

Give the script a name. To give the script a name, click the name of the script below "Script" in the Explorer menu. Then type the name you want to give it.

How to get Roblox Studio on Mac?

Click the Roblox Studio icon on your desktop, Windows Start menu, or Applications folder on Mac. If you haven't already downloaded Roblox Studio, go to https://www.roblox.com/create and click Start Creating. Then click Download Studio. ...

What is a script in Roblox?

Scripts are lines of code that contain instructions for a game or program to follow. In Roblox, scripts can be used to do everything from giving (or taking away) a player's health points , making objects move, or anything you can think of. Roblox uses a programming language called Lua. In Roblox, there are three types of scripts, ...

How to write a humanoid in Roblox?

Write local humanoid = Deathblock.Parent :FindFirstChild ("Humanoid") in the next line. In Roblox, a Humanoid is any character that can walk and interact with the game. This line of code defines the "Humanoid" variable, and then checks to see if a humanoid exists.

Where is the view in Roblox Studio?

Click View. It's in the menu bar at the top. This displays a panel of windows you can open in Roblox Studio.

How to see script output?

Click Output. It's in the View panel at the top of the screen. This opens the Output window. The Output window allows you to view your script in action and see any error messages your script creates.

image