Saturday, February 1, 2014

Know The Scripts for Roblox

Roblox is a game that lets players build virtual objects using virtual building blocks. To make the objects perform actions, players must create and run scripts. Scripts are specific instructions that tell an object what to do, when to begin the action and when to end the action. To begin scripting with Roblox, you must be familiar with the Roblox game and know your way around Roblox Studio. This is the program that you will use to make scripts.When scripting, pay attention to your spelling. Misspellings or syntax errors will cause your script to malfunction or not work at all. You can edit your scripts in the View>Output window and test them by hitting the green Play button. Here are some scripts that you can use courtesy of RobloxCheats.net:

Kill Every Player (Including Yourself)

Code:

game.Workspace:BreakJoints()

Create a Brick

Code:

local brick = Instance.new("Part")
  brick.Parent = game.Workspace
  brick.Name = "Brick1"
  brick.Size = Vector3.new(10,10,10) -- the size of the brick
  brick.Position = Vector3.new(0,3,0) -- the position of the brick
  brick.Anchored = true --|false = fall|true = never fall|--
  brick.CanCollide = true --can collide?
  brick.Locked = false
  brick.Shape = "Block" -- Ball,Block or Cylinder

Create a Floating Text

Code:

local text = "Floating Text Here" -- put here what you like to put in the text

local mod = Instance.new("Model")
  mod.Parent = game.Workspace
  mod.Name = text -- text = floating text

local head = Instance.new("Part")
  head.Parent = mod -- do not touch here '-'
  head.Name = "Head" -- do not change it
  head.Size = Vector3.new(5,4,5) -- the size of the brick
  head.Position = Vector3.new(0,3,0) -- the position of the brick that have the floating text
  head.Anchored = true -- false = fall - - - - true = never fall

local huma = Instance.new("Humanoid")
  huma.Parent = mod

Create a Message to Players

Code:

message = "PUT HERE YOUR MESSAGE"
m=new.Instance("Message")
m.Parent= game.Workspace
m.Text= message
wait(10) -- 10 sec
m:Remove()

Create a ForceField

Code:

local f=new.Instance("ForceField") --Makes a forcefield
f.Parent=game.Workspace.YOUR NAME HERE.Torso
f.Parent=game.Workspace.YOUR NAME HERE.Head
f.Parent=game.Workspace.YOUR NAME HERE["Left Arm"]
f.Parent=game.Workspace.YOUR NAME HERE["Right Arm"]
f.Parent=game.Workspace.YOUR NAME HERE["Left Leg"]
f.Parent=game.Workspace.YOUR NAME HERE["Right Leg"]

What is the Roblox Level Calculator?

Roblox is popular virtual community where content is user-created. Players build structures and environments using building blocks and make their creations come alive with scripting. Standard game features are also included like member interaction through messaging, customizing avatars, creating and joining groupsand gaining badges with skill in combat, scripting and others.

A player’s Roblox profile statistics is not displayed, so it can be hard to keep track of achievements. Robloxians have found a way around this by using a Roblox level calculator. It is an application that assigns a number (from 1 to 100) to a player based on his or her profile stats. The calculator also indicates how strong and popular the player is and shows Place Visits, KOs, WOs and others. The level calculator is not an official Roblox feature, but it can be found on the RobloxHQ website.

Clockwork's Calculator is one of most popular level calculators for players who want to gauge their rank on Roblox. It even lets you post the results to your profile page.The outcome or level number is based on factors like Friends, KOs, Wipeouts, Profile Views, Place Visits, Forum Posts and how long you have been on Roblox. When you have the calculator up, all you have to do is enter the corresponding numbers in the boxes and hit “Calculate.” For example, a member with 562742 Place Visits, 16 Months Played, 82754 Profile Views, 324 Friends, 1728 KOs, 2571 Wipeouts and 391 forum posts gets a level of 94.

The Level Calculator is also available as an app download on Apple mobile devices like the iPod, iPhone and iPad. You can find the download link on CNET or BrotherSoft, but the actual file is hosted on the iTunes App Store. This means you need to have iTunes installed to open the link and an active iTunes account.The Level Calculator costs $0.99 to at iTunes.

How to Play Roblox Codes

Roblox is a fast growing kids’ gaming website with a twist. Players can create avatars, play games, build virtual places, purchase items with virtual currency and create their own games.That’s right; kids are encouraged to make their own 3D game in Roblox using simple scripts. Roblox aims to be the world leader in user-generated gaming for all ages.The website is also kid-friendly and mom-approved. Roblox Corporation is a licensee of the TRUSTe Children's Privacy Program.

Just like other games, there are Roblox codes, cheats and tips to make the gaming experience even more fun. Legit Roblox codes are hard to come by, however, and most of the Roblox codes listed here are user-submitted and they are available on http://robloxcheats.net. This means the codes are not tested on a regular basis and are not guaranteed to work.Use at your own risk.

Roblox Codes – Easy Money

You can get lots of Robux using Currency Exchange trading if you know what you’re doing. It works just like real-world investing, so you may want to brush up on trading 101 first.You need 20 or more Tix to get started. Click on “Trade Currency” to exchange your Tix for Robux or Robux for Tix, depending on market conditions.

Farm Tycoon

You can get easy money on the Farm Tycoon game by climbing the giant tree and seeing the mayor. He will ask you to get 15 wood. Cut down five trees and give the wood to him. He will give you the Mega Potato as a reward. Go back to your farm, switch to Mega Potato and start planting. Mega Potato is cheap but brings in a lot more money than cabbage.

Roblox Codes – Flying Planes and Other Vehicles

You’ll need a plane or helicopter tool for this to work. Sit in the plane's seat and use the following controls:
Tilt plane upMouse Up
Tilt plane downMouse Down
Tilt plane leftMouse Left
Tilt plane rightMouse Right
Start planeY
Land planeX
Ejector seat[Space]
180 degrees turnT
Fire gunsF
Drop bombsB

To turn a skateboard into a plane, insert a skateboard and a plane tool, then use the plane tool to ride the skateboard. It will fly like it is an original plane.Similarly, a mini tank will float if you use the mini tank tool and drive it out to the base. There is another trick to skydive out of a plane without a parachute and without dying. This only works in some plane games where there is a missing script. Select the plane tool, jump in the plane and jump out. Then hit “y” and start flying. You can also fly without a plane by using bricks. Get a 2 x4, 2 x 3 or 2 x 2 brick and put it under your stomach and on top of your feet. Move in any direction and you will fly.

Roblox Codes – Moving Around

You can Moonwalk by holding down Up + S at the same time. If you want to jump higher, wear a Gravity Coil. Wait until you are at the highest point of your jump, and put away the Gravity Coil. Then when you are about to touch the ground, put it back on. The more times you do this, the higher you will go.

Crashing the VIP Room

Some places in Roblox are reserved only forpaid VIP members. Poor members can crash VIP rooms using this trick: Zoom in all the way and use thew, a, s and d keys to walk around. If you spot a crack in a VIP room or any room, use the “w” key to walk into the crack. It can take a while, but some people claim this trick works.

Roblox Codes – Item Cheats

To make hair, use the Roll head and Ninja Mask. You can make a broken Ninja Mask by wearing the Roundy or Perfection Head with any Ninja Mask.Another trick is to buy a round head and a paper bag for your head. Wear both the round head and the paper bag and you will see a rip at the back of the bag.

Hat Trick

Contest rewards are often a hat or Robux. You don’t even have to win to get hats; you just have to enter the contest. Did you know that you can also use hats/masks as a shield? A hat that covers part of your head is extra protection. If you are hit, the hat will fall off. The paintball mask is useful because it protects the front of your face and the strap at the back protects the back of your head.

See an Invisible Path

You need the green disk that allows you to moveto use this trick. Place the disk on where the path starts and move it around like a sensor to find the where the path leads.