Q5C
|
  |
| Joined: 18 Sep 2012 |
| Total Posts: 8221 |
|
|
| 24 Jul 2015 01:34 PM |
I dont understand any thing from it. I wish I could
Im too unmotivated for it,
:/ |
|
|
| Report Abuse |
|
|
|
| 24 Jul 2015 01:35 PM |
youre not gonna be a pro at it over the course of one day learn the basics
gr8 b8 m8, r u fishing for attention? |
|
|
| Report Abuse |
|
|
Syranium
|
  |
| Joined: 27 Nov 2013 |
| Total Posts: 2911 |
|
|
| 24 Jul 2015 01:36 PM |
Same with me.
Would you like some tea with that, sir? |
|
|
| Report Abuse |
|
|
Q5C
|
  |
| Joined: 18 Sep 2012 |
| Total Posts: 8221 |
|
|
| 24 Jul 2015 01:36 PM |
i only know things like this
local b = game.Workspace.Part b.CanCollide = false b.Transparency = 1 wait(25) b.CanCollide = true b.Transparency = 0 end
|
|
|
| Report Abuse |
|
|
pook03
|
  |
| Joined: 02 Feb 2011 |
| Total Posts: 1261 |
|
|
| 24 Jul 2015 01:39 PM |
| The end is not supposed to be there. |
|
|
| Report Abuse |
|
|
|
| 24 Jul 2015 01:43 PM |
Well, at least you know something. If you know someone IRL that's good with Lua than you might have a better chance of understanding it.
Here are a few pages from the wiki that could be useful:
http://wiki.roblox.com/index.php?title=Basic_math http://wiki.roblox.com/index.php?title=Conditional_statements http://wiki.roblox.com/index.php?title=Functions http://wiki.roblox.com/index.php?title=Variables http://wiki.roblox.com/index.php?title=Basic_Scripting |
|
|
| Report Abuse |
|
|
|
| 24 Jul 2015 01:44 PM |
| You can't even do for loops? |
|
|
| Report Abuse |
|
|
Q5C
|
  |
| Joined: 18 Sep 2012 |
| Total Posts: 8221 |
|
| |
|
|
| 24 Jul 2015 01:49 PM |
You can make a block move up and down with this script, in case it's really important if something moves up and down.
while true do
for i = 1,15 do script.Parent.CFrame = script.Parent.CFrame * CFrame.new(0,.15,0) wait(.02) end for i = 1,15 do script.Parent.CFrame = script.Parent.CFrame * CFrame.new(0,-.15,0) wait(.02) end
end
You know, in case you wanted to see how they work. |
|
|
| Report Abuse |
|
|
Cirv
|
  |
| Joined: 08 Mar 2014 |
| Total Posts: 14344 |
|
|
| 24 Jul 2015 01:49 PM |
because you cant script doesnt mean you're dumb
|
|
|
| Report Abuse |
|
|