SeanEpvic
|
  |
| Joined: 29 Mar 2013 |
| Total Posts: 714 |
|
|
| 25 Jul 2013 04:45 PM |
like:
Workspace.SeanEpvic.Head:Destroy() |
|
|
| Report Abuse |
|
|
SeanEpvic
|
  |
| Joined: 29 Mar 2013 |
| Total Posts: 714 |
|
| |
|
|
| 25 Jul 2013 04:49 PM |
Instance.new("ForceField",Workspace.SeanEpvic)
Workspace.SeanEpvic.Head.BrickColor = BrickColor.Random() |
|
|
| Report Abuse |
|
|
SeanEpvic
|
  |
| Joined: 29 Mar 2013 |
| Total Posts: 714 |
|
|
| 25 Jul 2013 04:50 PM |
@Iterations
Thanks!
(Any more?) |
|
|
| Report Abuse |
|
|
SeanEpvic
|
  |
| Joined: 29 Mar 2013 |
| Total Posts: 714 |
|
| |
|
Aeropiama
|
  |
| Joined: 21 Jul 2013 |
| Total Posts: 897 |
|
|
| 25 Jul 2013 04:56 PM |
script.Parent.Touched:connect(function()) script.Parent.Transparency = 1 wait(5) script.Parent.Transparency = 0 end) |
|
|
| Report Abuse |
|
|
|
| 25 Jul 2013 04:57 PM |
@aero you had extra parentheses
script.Parent.Touched:connect(function() script.Parent.Transparency = 1 wait(5) script.Parent.Transparency = 0 end) |
|
|
| Report Abuse |
|
|
Jake0148
|
  |
| Joined: 05 Jan 2013 |
| Total Posts: 77 |
|
|
| 25 Jul 2013 04:59 PM |
Try this one
local canigetsomefreesckriptspls = game.Workspace:GetChildren() for i = 1, #canigetsomefreesckriptspls do wait() if canigetsomefreesckriptspls[i]:IsA('Part') then canigetsomefreesckriptspls[i]:remove() end end |
|
|
| Report Abuse |
|
|
SeanEpvic
|
  |
| Joined: 29 Mar 2013 |
| Total Posts: 714 |
|
| |
|
SeanEpvic
|
  |
| Joined: 29 Mar 2013 |
| Total Posts: 714 |
|
|
| 25 Jul 2013 05:14 PM |
| Any more? I want to experience LUA (: |
|
|
| Report Abuse |
|
|
SeanEpvic
|
  |
| Joined: 29 Mar 2013 |
| Total Posts: 714 |
|
| |
|
Aeropiama
|
  |
| Joined: 21 Jul 2013 |
| Total Posts: 897 |
|
| |
|
|
| 25 Jul 2013 05:38 PM |
Try this one:
print("Lua is not an acronym, therefore it's 'Lua', not 'LUA'.") |
|
|
| Report Abuse |
|
|