answersLogoWhite

0

To enter a script on Roblox make sure the tools are displayed and then click Insert and select Object. Then, select "Script" from the window that pops up and click okay. Finally, double click on the script object that appears in the explorer window and enter your script.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is the script for a skateboard on roblox?

Put a skateboard in your place when your building or in ROBLOX Studio and then select the skateboard and thne look for the script.


How do you make a script building place on roblox?

Use one of Anaminus's Script building games.


What is a roblox insert script?

A ROBLOX Insert Script is a script inserted into Workspace.


How do you add a script on roblox?

if you mean add a script to your roblox place then open up your roblox place then go to insert > object. from there select the object you want to insert (in the explorer panel you can choose ware to insert the object by whats selected in that explorer panel).


What is the script for script builder on Roblox?

"Script Builder" was a game created by Anaminus that allowed people to create and run scripts in-game. The place was broken by a recent Roblox update which removed several functions that the game needed to run properly. You can still build scripts in "Play Solo" mode on your own places, but group scripting is currently no longer possible.


How do you remove scripts from your place on roblox?

You go to Roblox Studio and open the Explorer. In the Explorer you look for the script you want to delete and then you delete it.


How do you ban people from your place in roblox?

To ban someone from your place you must have an admin commands script. you put there name in the the Banned list. Or just simply get the banned from roblox lol


How do you script build on ROBLOX?

You have to open Roblox Studio. Then, click on OBJECT on the top. You will see script on there. if that didn't help, go to roblox wiki.


How to press the buttens in Roblox?

Most buttons in Roblox are very simple. The buttons most used in Roblox is run by a script of some kind (scripts in roblox are lua). for these buttons there is two main ways to press a button in Roblox. aether click the button or hit the button. this is made possible by a function in a lua script such as "function hit (part)" function.


What is the Roblox eyeball script?

I had the Eyeball script... But then Ben came...


How do you crouch down on roblox in a war place?

First. You have to find a game with a crouch script and then press "C"


What is the difference from a script and a localscript on Roblox?

A script on Roblox runs on the server side then talks to the users. This allows it to address multiple users and manage the server. Local scripts run on a users computer then talks to the server. This allows for less lag in tools.