|
@cnt tbh I'm just trying hard not to waste my time on these forums because people give me crap so bye. |
|
|
indeimausJoin Date: 2014-09-01 Post Count: 4285 |
if lua.simple == true then
op = n00b
end |
|
|
These are all useful comments. |
|
|
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~ |
|
|
Im using the peaspod scripting tutorial and its helping alot. |
|
|
I need help with a on touch function. I tried this
script.Parent.Touched:connect function onTouch()
script.Parent.Material = "Granite"
end
onTouch() |
|
|
script.Parent.Material = Enum.Material.Granite*
|
|
|
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~ |
|
|
lua is simple and straightforward :) |
|
|
Did meh script work? :)
~EternallySpeedy~ |
|
|
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. |
|
|
C++ is easy, I know atleast 80% of it |
|
|
I didn't try the script yet. |
|
|
|
Great... Looks like I still have a lot more to go.
Why so serious? |
|
|
Please don't tell me that's a siggy.
|
|
|