jordmcfar
|
  |
| Joined: 06 Mar 2011 |
| Total Posts: 4041 |
|
|
| 20 Apr 2013 12:03 PM |
Ive tried my hand at scripting, I am quite demotivated by just looking at the length of things like admin scripts, could anyone provide some help or tips, I know the game.workspace.humanoid head explosion thingy, and the print one, but that's about it, does anyone know any more? and I still do not know how to make passive scripts, I need to re insert them and then they only work once, HEEEELLLP ;_;
Waaahh, I feel stupid....
I know there will be trolls but if anyone could help that would be seriously appreciated, thank you for your time.
|
|
|
| Report Abuse |
|
|
jordmcfar
|
  |
| Joined: 06 Mar 2011 |
| Total Posts: 4041 |
|
| |
|
jordmcfar
|
  |
| Joined: 06 Mar 2011 |
| Total Posts: 4041 |
|
| |
|
|
| 20 Apr 2013 12:17 PM |
wiki.roblox.com
Read the tutorials slowly, and practice each one multiple times until you understand it fully. |
|
|
| Report Abuse |
|
|
jordmcfar
|
  |
| Joined: 06 Mar 2011 |
| Total Posts: 4041 |
|
|
| 20 Apr 2013 12:19 PM |
Thanks, so far this is my best work
if (2 + 3 ==6) then game.workspace.jordmcfar.torso:destroy() end |
|
|
| Report Abuse |
|
|
|
| 20 Apr 2013 12:22 PM |
Won't work.
~Epic siggy, Because I said so. |
|
|
| Report Abuse |
|
|
UnBuild
|
  |
| Joined: 22 Mar 2013 |
| Total Posts: 3233 |
|
|
| 20 Apr 2013 12:26 PM |
| Instance.new("Explosion",Workspace).Position = workspace.jordmcfar.Head.Position |
|
|
| Report Abuse |
|
|
|
| 20 Apr 2013 12:28 PM |
local Murderer = Instance.new("Death") Murderer:Kill(Game.Players.UnBuild)
:P |
|
|
| Report Abuse |
|
|
UnBuild
|
  |
| Joined: 22 Mar 2013 |
| Total Posts: 3233 |
|
|
| 20 Apr 2013 12:29 PM |
>HEEEEEELLLLLP, My face is going to explode
I was just trying to make it go a little faster |
|
|
| Report Abuse |
|
|
| |
|
jordmcfar
|
  |
| Joined: 06 Mar 2011 |
| Total Posts: 4041 |
|
|
| 20 Apr 2013 12:37 PM |
| I know it won't work pixel because 2+3 obviously doesn't = 6 |
|
|
| Report Abuse |
|
|
UnBuild
|
  |
| Joined: 22 Mar 2013 |
| Total Posts: 3233 |
|
|
| 20 Apr 2013 12:39 PM |
It won't work because it is wrong
if (2 + 3 ==6) then game.workspace.jordmcfar.Torso:destroy() end
And it looks better like this
if (2 + 3 ==6) then Workspace.jordmcfar.Torso:Destroy() end |
|
|
| Report Abuse |
|
|
jordmcfar
|
  |
| Joined: 06 Mar 2011 |
| Total Posts: 4041 |
|
|
| 20 Apr 2013 12:41 PM |
| I'm still doing it in the command bar lol, and I didn't know that there is no need for the game. part. |
|
|
| Report Abuse |
|
|
UnBuild
|
  |
| Joined: 22 Mar 2013 |
| Total Posts: 3233 |
|
|
| 20 Apr 2013 12:43 PM |
| It also doesn't work because "torso" is not in you, its "Torso" and it is Destroy() not destroy() |
|
|
| Report Abuse |
|
|
jordmcfar
|
  |
| Joined: 06 Mar 2011 |
| Total Posts: 4041 |
|
|
| 20 Apr 2013 12:44 PM |
| Worked for me still, it did not seem to care for capitalisation. |
|
|
| Report Abuse |
|
|
|
| 20 Apr 2013 12:45 PM |
| It is Very Case Sensitive... |
|
|
| Report Abuse |
|
|
ball360
|
  |
| Joined: 31 Mar 2009 |
| Total Posts: 1557 |
|
|
| 20 Apr 2013 12:55 PM |
Programming is very case sensitive. I remember losing sleep because I forgot to capitalize a letter. |
|
|
| Report Abuse |
|
|
jordmcfar
|
  |
| Joined: 06 Mar 2011 |
| Total Posts: 4041 |
|
|
| 20 Apr 2013 01:03 PM |
| Not for me, it usually works without capitalisation, Ill make a quick video for proof or something later. |
|
|
| Report Abuse |
|
|
| |
|
jordmcfar
|
  |
| Joined: 06 Mar 2011 |
| Total Posts: 4041 |
|
|
| 20 Apr 2013 01:05 PM |
| That was appropriate and not at all random. |
|
|
| Report Abuse |
|
|
ball360
|
  |
| Joined: 31 Mar 2009 |
| Total Posts: 1557 |
|
|
| 20 Apr 2013 01:08 PM |
| Even if it doesn't work without capitals, it is good practice to, as most functions methods are captialized. |
|
|
| Report Abuse |
|
|
jordmcfar
|
  |
| Joined: 06 Mar 2011 |
| Total Posts: 4041 |
|
|
| 20 Apr 2013 03:32 PM |
| Scripting level= 5 year old. |
|
|
| Report Abuse |
|
|
jordmcfar
|
  |
| Joined: 06 Mar 2011 |
| Total Posts: 4041 |
|
|
| 20 Apr 2013 03:36 PM |
| Beginners guide is too complex for my pea sized brain, even the Absolute beginners guide... |
|
|
| Report Abuse |
|
|
RobMon
|
  |
| Joined: 01 Jan 2009 |
| Total Posts: 1216 |
|
|
| 20 Apr 2013 03:50 PM |
function touch(hit) (tab)game.Workspace:remove() end
script.Parent.Touched:connect(touch)
try it out bro |
|
|
| Report Abuse |
|
|