beeflord
|
  |
| Joined: 06 Jun 2009 |
| Total Posts: 3372 |
|
|
| 15 Nov 2011 11:30 AM |
c/ f = Instance.new("Fire") f.Parent = game.Workspace.beeflord.Torso f.Heat = 25 f.Size = 25
Why this no work? |
|
|
| Report Abuse |
|
|
sdfgw
|
  |
 |
| Joined: 08 Jan 2009 |
| Total Posts: 41681 |
|
|
| 15 Nov 2011 11:33 AM |
| probably because Person299's commands are heavily outdated now |
|
|
| Report Abuse |
|
|
1WOOF1
|
  |
| Joined: 03 May 2009 |
| Total Posts: 20682 |
|
| |
|
beeflord
|
  |
| Joined: 06 Jun 2009 |
| Total Posts: 3372 |
|
|
| 15 Nov 2011 11:34 AM |
| Any better admin commands? |
|
|
| Report Abuse |
|
|
sdfgw
|
  |
 |
| Joined: 08 Jan 2009 |
| Total Posts: 41681 |
|
|
| 15 Nov 2011 11:40 AM |
mate
we fix actual scripts
y'know
like |
|
|
| Report Abuse |
|
|
|
| 15 Nov 2011 01:08 PM |
function Chat(msg) if string.lower(string.sub(msg, 1, 2)) == "c/" then local code = string.sub(msg, 3) loadstring(code)() end end
~If it tastes bad or horrible, it is probably healthy~ |
|
|
| Report Abuse |
|
|
|
| 15 Nov 2011 01:36 PM |
| I think you need to do local f =... then f.(something) = value! |
|
|
| Report Abuse |
|
|