soapremee
|
  |
| Joined: 17 Aug 2013 |
| Total Posts: 24 |
|
|
| 23 Feb 2014 03:33 PM |
| What Is Scripting Like What Does It Do ? I Know How To Everything Else On Roblox Studio But Scripting ? |
|
|
| Report Abuse |
|
|
|
| 23 Feb 2014 03:34 PM |
It makes things work
CHECK PLZ!!!!!!!!!!!!! |
|
|
| Report Abuse |
|
|
| |
|
|
| 23 Feb 2014 03:34 PM |
It commands something to do something...
Like if a brick has a script which adds damage to it, if your avatar touched it they will die! depends on the script.
☁ᔕℙḺÅ$♓JᕰI☾ℯ ℋÅ$ ↁᖇᗩﬡḰ ᕮⅤᕮᖇϒ ᔕIℕ❡ℒ℮ ᒎᘮIℭℯ Ḱᾔ☺ẘη т◎ тℌ℮ ℋυღαᾔ ℜα¢ℯ☁ |
|
|
| Report Abuse |
|
|
|
| 23 Feb 2014 03:34 PM |
Script result to this >http://www.roblox.com/Murder-Mystery-NEW-v0-4-0b-Beta-place?id=142823291 >http://www.roblox.com/Catalog-Heaven-New-Items-place?id=26838733 >http://www.roblox.com/Base-wars-The-Land-Read-Starting-Screen-place?id=18164449 >http://www.roblox.com/Survive-The-Disasters-96-Attack-on-Titan-map-place?id=18540115 >http://www.roblox.com/Darkness-II-BETA-place?id=144332843 |
|
|
| Report Abuse |
|
|
|
| 23 Feb 2014 03:35 PM |
m = Instance.new("Message", game.Workspace) m.Text = "Scripting is a good way to start making games" m.Text = "Roblox Wikia Scripting Book search that up" wait(1) m:Remove()
|
|
|
| Report Abuse |
|
|
|
| 23 Feb 2014 03:36 PM |
| Loading, we use :Destroy() now. |
|
|
| Report Abuse |
|
|
|
| 23 Feb 2014 03:37 PM |
@alter
No, remove still works.
#huglife (う • ᴗ•)う |
|
|
| Report Abuse |
|
|
|
| 23 Feb 2014 03:38 PM |
function onTouched() p = Instance.new("Message", game.Workspace) m.Text = "I learn scripting from here" m.Text = "http://wiki.roblox.com/index.php/Scripting_Book" m.Text = "You'll make good games when you learn how to script." wait(1) m:Remove() wait(1) p = Instance.new("Part", game.Workspace) p.Position = Vector3.new(0,2,0) p.Anchored = true end
script.Parent.Touched:connect(onTouched) |
|
|
| Report Abuse |
|
|
|
| 23 Feb 2014 03:39 PM |
function onTouched() while true do -- LOOOPPPPPPPPPP YEYEYEYEYYEYE p = Instance.new("Message", game.Workspace) m.Text = "I learn scripting from here" m.Text = "http://wiki.roblox.com/index.php/Scripting_Book" m.Text = "You'll make good games when you learn how to script." wait(1) m:Remove() wait(1) p = Instance.new("Part", game.Workspace) p.Position = Vector3.new(0,2,0) p.Anchored = true end end
script.Parent.Touched:connect(onTouched) |
|
|
| Report Abuse |
|
|
|
| 23 Feb 2014 03:39 PM |
script.all.Humanoids.transparency=99999
☁ᔕℙḺÅ$♓JᕰI☾ℯ ℋÅ$ ↁᖇᗩﬡḰ ᕮⅤᕮᖇϒ ᔕIℕ❡ℒ℮ ᒎᘮIℭℯ Ḱᾔ☺ẘη т◎ тℌ℮ ℋυღαᾔ ℜα¢ℯ☁ |
|
|
| Report Abuse |
|
|
|
| 23 Feb 2014 03:40 PM |
Put script on every part of the Player
script.Parent.Transparency = 0.1 |
|
|
| Report Abuse |
|
|
|
| 23 Feb 2014 03:41 PM |
| Scripting is a thing that make games BETTER. |
|
|
| Report Abuse |
|
|
|
| 23 Feb 2014 03:41 PM |
lol.
we own ιт- worĸ нard play нard |
|
|
| Report Abuse |
|
|
| |
|
|
| 23 Feb 2014 03:42 PM |
I learning scripting from here
|
|
|
| Report Abuse |
|
|
|
| 23 Feb 2014 03:43 PM |
| http://wiki.roblox.com/index.php/Scripting_Book |
|
|
| Report Abuse |
|
|
|
| 23 Feb 2014 03:43 PM |
Scriptimg basically really improves your game.
Murder Mystery is good. |
|
|
| Report Abuse |
|
|
soapremee
|
  |
| Joined: 17 Aug 2013 |
| Total Posts: 24 |
|
|
| 23 Feb 2014 04:26 PM |
| Thanks Guys (: now i am going to learn how to script |
|
|
| Report Abuse |
|
|
|
| 23 Feb 2014 04:42 PM |
| Good luck! I am going to learn also. |
|
|
| Report Abuse |
|
|
bloxxyz
|
  |
| Joined: 15 Apr 2012 |
| Total Posts: 6995 |
|
|
| 23 Feb 2014 04:47 PM |
ThingsYouShouldDo = {"Learn", "Make", "Inspire" } while true do for i, v in pairs(ThingsYouShouldDo) do v.SetGoals = true end
^^^ That script won't work, but just a little hint of advice,
for i,v in pairs is a loop that goes through each in the table, doing each one from left to right, v.SetGoals wouldn't work because it isn't a valid property. Just a little taste, perhaps. |
|
|
| Report Abuse |
|
|
|
| 23 Feb 2014 04:57 PM |
| great building skills help a lot as well! |
|
|
| Report Abuse |
|
|
|
| 24 Feb 2014 02:25 PM |
| You're a free modeler, OP. |
|
|
| Report Abuse |
|
|
Sherknock
|
  |
| Joined: 07 Oct 2012 |
| Total Posts: 31628 |
|
|
| 24 Feb 2014 02:39 PM |
What Does the Cop Do? http://www.roblox.com/What-Does-the-Cop-Say-item?id=147384299 |
|
|
| Report Abuse |
|
|
Maxj1256
|
  |
| Joined: 17 Oct 2011 |
| Total Posts: 1824 |
|
|
| 24 Feb 2014 02:43 PM |
| Scripting is giving a command to the computer so it knows what to do, thought. |
|
|
| Report Abuse |
|
|