Jswagge
|
  |
| Joined: 15 Mar 2009 |
| Total Posts: 2924 |
|
|
| 04 Jan 2014 07:44 PM |
Instance.new("Part",Workspace).Position = Vector3.new()
Instance.new("Message",Workspace).Text = ""
Print(math.random())
Workspace.Part:Destroy()
Workspace.Message:Destroy()
Workspace.Part.Anchored = true/false
Workspace.Part.TopSurface = ""
:D Scripting is awesome! |
|
|
| Report Abuse |
|
|
| |
|
|
| 04 Jan 2014 07:46 PM |
Its also more fun creating things with other scripters in script builders :3 Dont go to ananimus' tho, full of free modelers
♫♪ repeat wait() until game.Players.FrozenSmite.HasALife == true ♪♫ |
|
|
| Report Abuse |
|
|
Jswagge
|
  |
| Joined: 15 Mar 2009 |
| Total Posts: 2924 |
|
|
| 04 Jan 2014 07:47 PM |
| I know it gets a lot harder, but I'm determined to learn it! |
|
|
| Report Abuse |
|
|
LetUsGame
|
  |
| Joined: 09 Nov 2013 |
| Total Posts: 199 |
|
|
| 04 Jan 2014 07:47 PM |
| Nice! Good luck w/ learning how to script! ^-^ |
|
|
| Report Abuse |
|
|
Jswagge
|
  |
| Joined: 15 Mar 2009 |
| Total Posts: 2924 |
|
|
| 04 Jan 2014 07:49 PM |
| Oh and print(math.sqrt(4)) |
|
|
| Report Abuse |
|
|
|
| 04 Jan 2014 07:51 PM |
| I can always help you out, you should learn about tables next. They're very useful. |
|
|
| Report Abuse |
|
|
RoflBread
|
  |
| Joined: 18 Jun 2009 |
| Total Posts: 3803 |
|
|
| 04 Jan 2014 08:27 PM |
| And soon you will have to learn some Maths (for vectors and such) Muhahaha! |
|
|
| Report Abuse |
|
|
|
| 04 Jan 2014 08:35 PM |
local scale,x,step,Y = -item.AbsoluteSize.x - 1,0,0.05,item.Position.Y.Offset for i = 0,1,step do x = math.min(1,x+math.sin(math.pi*i)*(math.pi*step)/2) item.Position = UDim2.new(0,x * scale,0.5,Y) wait() |
|
|
| Report Abuse |
|
|
Jswagge
|
  |
| Joined: 15 Mar 2009 |
| Total Posts: 2924 |
|
|
| 05 Jan 2014 02:03 PM |
| I don't mind math actually, it's probably one of my best subjects. (then again I do well in all my subjects) |
|
|
| Report Abuse |
|
|