|
| 05 Apr 2015 06:30 PM |
http://www.roblox.com/ROBLOX-Scripting-Tutorials-item?id=234724762
It is in it's early stages, and gets updated everyday. Thank you. |
|
|
| Report Abuse |
|
|
|
| 05 Apr 2015 06:35 PM |
hahahaha get out. I'm not going to be nice to a person who wants to advertise to get people to play his game that he put 5 minutes into. To players who actually want to learn how to script: https://wiki.roblox.com |
|
|
| Report Abuse |
|
|
|
| 05 Apr 2015 06:37 PM |
| quickedit: It's a script, but still. You may be laying down a foundation, but it's not letting players really learn. Players should really learn from observing, read up on it, that stuff. But a player's learning style is a learning style. |
|
|
| Report Abuse |
|
|
|
| 05 Apr 2015 06:38 PM |
| Similar to how we should not tease unhealthy people for working out or trying to get in shape, we should not down anyone who is giving their help out genuinely. |
|
|
| Report Abuse |
|
|
|
| 05 Apr 2015 06:39 PM |
| I could agree if the OP didn't come out like that, making it look like an AD. While I'm still sorry I got mad at the OP, I'm not willing to apologize for my initial reaction as many people here would see it like that. |
|
|
| Report Abuse |
|
|
eLunate
|
  |
| Joined: 29 Jul 2014 |
| Total Posts: 13268 |
|
|
| 05 Apr 2015 06:42 PM |
I don't like this Tanlord guy We are not going to get along. |
|
|
| Report Abuse |
|
|
|
| 05 Apr 2015 06:42 PM |
| I got the model. Your explainations are wrong. |
|
|
| Report Abuse |
|
|
|
| 05 Apr 2015 06:43 PM |
1. All of your variables are global 2. Your code doesn't work |
|
|
| Report Abuse |
|
|
|
| 05 Apr 2015 06:43 PM |
"1. All of your variables are global 2. Your code doesn't work"
Now these are valid reasons. |
|
|
| Report Abuse |
|
|
|
| 05 Apr 2015 06:44 PM |
2. It errors 3. It wouldn't work correctly if it didn't error |
|
|
| Report Abuse |
|
|
|
| 05 Apr 2015 06:44 PM |
@elunate Not my problem half of the ad posts for learning how to script end up to a fake picture game. |
|
|
| Report Abuse |
|
|
|
| 05 Apr 2015 06:44 PM |
How? He should get better before trying to teach others
--[[ Enabling stuff from scripts it's quite easy, I will demostrate here --]] c = game.Workspace.CanCollide -- start off by setting some variables, CanCollide means to walk through z = game.Workspace.Transparency -- Transparency is how transparent a object is y = false -- you can also set variables to true, false, 1, 0, and nil. p = 0.4
game.Workspace.Baseplate.CanCollide = false -- false can also be set to 0, or nil. game.Workspace.Baseplate.Transparency = 0.4 --[[ sets the transparency to 0.4, if the transparency is great than 1, it will be invisible. --]]
-- Let's do the variable version of this.. c.y -- set's it as the ninth line of code. z.p -- set's it as the tenth line of code.
-- It makes life so much easier, you can also set anything else in the properties to however you like by changing it. |
|
|
| Report Abuse |
|
|
| |
|
|
| 05 Apr 2015 06:46 PM |
--[[ Variables; Variables are what the player wants a path, letter, or number to be. Putting a local infront of it while make it ONLY happen to that script. --]]
g = game.Workspace -- sets the directory to only g.Archivable local q = game.Workspace.BasePlate -- Set it locally to this script. h = 2* -- 2*2 is 4, it runs the number 4. h.Print("git gud") -- prints 'git gud' in the output g.Baseplate -- goes to Baseplate faster q.Transparency = 1 -- don't worry, we'll get into this later
--[[ Tables are also good ways to store items within them, I will demostrate here. --]]
t = {game.Workspace, game.Workspace.Baseplate} -- stores the data game.Workspace(1, 1) -- Calls out game.Workspace. game.Workspace.Baseplate(2, 2) -- calls out game.Workspace.BasePlate
--[[ End of tutorial 1 good day! --]] |
|
|
| Report Abuse |
|
|
Tuneable
|
  |
| Joined: 16 Feb 2013 |
| Total Posts: 2932 |
|
| |
|
|
| 05 Apr 2015 06:55 PM |
>a for effort not sure if you meant A for Effort or A Fort Effort. Either way, no I think it's a B-, minimum. |
|
|
| Report Abuse |
|
|
eLunate
|
  |
| Joined: 29 Jul 2014 |
| Total Posts: 13268 |
|
|
| 05 Apr 2015 06:56 PM |
| That is so poor I just stepped on a couple of hundred LEGOs to desensitivize myself to the amount of pain that was causing me |
|
|
| Report Abuse |
|
|
| |
|
|
| 05 Apr 2015 07:23 PM |
[1] I type awfully fast, so yea... errors... [2] I removed it. [3] "Tanlord", this is the name of this outfit, haha. [4] git gud [5] B-? ok. [6] SORRY for doing this, it wasn't advertising. I just forgot to turn on NO replies, and make it go into the description for the model.... [Matrix]
|
|
|
| Report Abuse |
|
|
|
| 05 Apr 2015 07:36 PM |
| You know what. I am going to make a scripting tutorial and it will be understandable |
|
|
| Report Abuse |
|
|
|
| 05 Apr 2015 07:42 PM |
@Fishguy
They said WIKI. just no. |
|
|
| Report Abuse |
|
|