generic image
Processing...
  • Games
  • Catalog
  • Develop
  • Robux
  • Search in Players
  • Search in Games
  • Search in Catalog
  • Search in Groups
  • Search in Library
  • Log In
  • Sign Up
  • Games
  • Catalog
  • Develop
  • Robux
   
ROBLOX Forum » Game Creation and Development » Scripting Helpers
Home Search
 

Help me! :P

Previous Thread :: Next Thread 
hansotto is not online. hansotto
Joined: 21 Apr 2010
Total Posts: 233
17 Apr 2013 03:01 PM
Help me, my Script dosn't work.

i dont get the tool in my Backpack when i type this in a Script Build



a = Instance.new("Tool",game.Workspace.hansotto.Backpack
a.Name = "HansiSword"

Instance.new("Part",game.Workspace.hansotto.Backpack.HansiSword)
b.Anchored = false
b.BrickColor = BrickColor.new("Light Grey")
b.CanCollide = False
b.FormFactor = "Custom"
b.Size = Vector3.new(1,5,1)
b.TopSurface = "Smooth"
b.BottomSurface = "Smooth"
b.LeftSurface = "Smooth"
b.RightSurface = "Smooth"
b.FrontSurface = "Smooth"
b.BackSurface = "Smooth"
b.Name = "handle"
Report Abuse
KanataIzumi7 is not online. KanataIzumi7
Joined: 08 May 2011
Total Posts: 949
17 Apr 2013 03:08 PM
Your main problem is that you need to define what 'b' is, unless you just made a typo and all of them are supposed to be 'a'...
Report Abuse
KanataIzumi7 is not online. KanataIzumi7
Joined: 08 May 2011
Total Posts: 949
17 Apr 2013 03:11 PM
You also forgot a parenthesis at the end of the first line....
Report Abuse
Lukekneenew is not online. Lukekneenew
Joined: 20 Oct 2009
Total Posts: 746
17 Apr 2013 04:40 PM
a = Instance.new("Tool",game.Workspace.hansotto.Backpack)
a.Name = "HansiSword"

b = Instance.new("Part",game.Workspace.hansotto.Backpack.HansiSword)
b.Anchored = false
b.BrickColor = BrickColor.new("Light Grey")
b.CanCollide = False
b.FormFactor = "Custom"
b.Size = Vector3.new(1,5,1)
b.TopSurface = "Smooth"
b.BottomSurface = "Smooth"
b.LeftSurface = "Smooth"
b.RightSurface = "Smooth"
b.FrontSurface = "Smooth"
b.BackSurface = "Smooth"
b.Name = "Handle"
Report Abuse
btft is not online. btft
Joined: 19 Feb 2011
Total Posts: 1512
17 Apr 2013 04:45 PM
a = Instance.new("Tool",game.Players.hansotto.Backpack)
a.Name = "HansiSword"

b = Instance.new("Part",game.Players.hansotto.Backpack.HansiSword)
b.Anchored = false
b.BrickColor = BrickColor.new("Light Grey")
b.CanCollide = False
b.FormFactor = "Custom"
b.Size = Vector3.new(1,5,1)
b.TopSurface = "Smooth"
b.BottomSurface = "Smooth"
b.LeftSurface = "Smooth"
b.RightSurface = "Smooth"
b.FrontSurface = "Smooth"
b.BackSurface = "Smooth"
b.Name = "Handle"
Report Abuse
Previous Thread :: Next Thread 
Page 1 of 1
 
 
ROBLOX Forum » Game Creation and Development » Scripting Helpers
   
 
   
  • About Us
  • Jobs
  • Blog
  • Parents
  • Help
  • Terms
  • Privacy

©2017 Roblox Corporation. Roblox, the Roblox logo, Robux, Bloxy, and Powering Imagination are among our registered and unregistered trademarks in the U.S. and other countries.



Progress
Starting Roblox...
Connecting to Players...
R R

Roblox is now loading. Get ready to play!

R R

You're moments away from getting into the game!

Click here for help

Check Remember my choice and click Launch Application in the dialog box above to join games faster in the future!

Gameplay sponsored by:
Loading 0% - Starting game...
Get more with Builders Club! Join Builders Club
Choose Your Avatar
I have an account
generic image