chevron_leftchevron_leftchevron_left
    of     4   

Threatboy101
#183800588Wednesday, February 17, 2016 3:05 AM GMT

@cnt tbh I'm just trying hard not to waste my time on these forums because people give me crap so bye.
bosswalrus
#183800785Wednesday, February 17, 2016 3:09 AM GMT

Don't leave wise master.
indeimaus
#183802401Wednesday, February 17, 2016 3:35 AM GMT

if lua.simple == true then op = n00b end
MisterSticky
#183841284Wednesday, February 17, 2016 9:55 PM GMT

These are all useful comments.
EternallySpeedy
#183843286Wednesday, February 17, 2016 10:28 PM GMT

What you have to do, is try making a simple game. If you need help, ask for advise in the forums, go to the roblox wiki, and use free models, but study them so that you eventually don't need to use models. You can also use roblox tutorials, I occasionally use this: http://wiki.roblox.com/index.php?title=Intro_to_Scripting. I hope this was of help. ~EternallySpeedy~
MisterSticky
#183846807Wednesday, February 17, 2016 11:26 PM GMT

Im using the peaspod scripting tutorial and its helping alot.
MisterSticky
#183910815Thursday, February 18, 2016 11:52 PM GMT

I need help with a on touch function. I tried this script.Parent.Touched:connect function onTouch() script.Parent.Material = "Granite" end onTouch()
cofunction
#183911045Thursday, February 18, 2016 11:55 PM GMT

script.Parent.Material = Enum.Material.Granite*
EternallySpeedy
#183911105Thursday, February 18, 2016 11:56 PM GMT

Try this: script.Parent = Brick -- Change to the name of the part this will be in function onTouch() Brick.Material = "Granite" -- Change brick to parent name wait(1) Brick.Material = "Plastic" -- Change brick to parent name end Brick.Touched:connect(onTouch) -- Change brick to parent name ~EternallySpeedy~
MisterSticky
#183912933Friday, February 19, 2016 12:24 AM GMT

lua is simple and straightforward :)
EternallySpeedy
#183912973Friday, February 19, 2016 12:25 AM GMT

Did meh script work? :) ~EternallySpeedy~
TESTsubject0100
#183913203Friday, February 19, 2016 12:28 AM GMT

Kinda is. But when you learn C#... Or C++ These are hard mates. If you're looking for an easy one. Try BATCH or Basic. 200: Success! Signature found. Say Hi! because hello, is complicated enough.
TaskScheduler
#183922936Friday, February 19, 2016 2:57 AM GMT

C++ is easy, I know atleast 80% of it
MisterSticky
#184024192Saturday, February 20, 2016 8:17 PM GMT

I didn't try the script yet.
MisterSticky
#184024273Saturday, February 20, 2016 8:19 PM GMT

No it did not work.
MisterSticky
#184097324Sunday, February 21, 2016 8:57 PM GMT

Great... Looks like I still have a lot more to go. Why so serious?
DeepBlueNoSpace
#184098431Sunday, February 21, 2016 9:13 PM GMT

Please don't tell me that's a siggy.
MisterSticky
#184100232Sunday, February 21, 2016 9:40 PM GMT

Why not?

chevron_leftchevron_leftchevron_left
    of     4