|
| 16 Jan 2015 06:11 PM |
Would you guys be interested?
I will try not to go too far in depth... |
|
|
| Report Abuse |
|
|
|
| 16 Jan 2015 06:11 PM |
I would honestly be interested
Already know basics (most of them, I'm pretty sure) so yeah |
|
|
| Report Abuse |
|
|
| |
|
|
| 16 Jan 2015 06:13 PM |
I would only teach the basics though.
@Purely
Mind telling me what you know so far? |
|
|
| Report Abuse |
|
|
|
| 16 Jan 2015 06:14 PM |
| Functions, booleans, if statements, some CFraming, properties, and probably a few/lot more that I'm forgetting. those are just off the top of my head |
|
|
| Report Abuse |
|
|
Qivr
|
  |
| Joined: 22 Aug 2014 |
| Total Posts: 5407 |
|
|
| 16 Jan 2015 06:14 PM |
while true do m = Instance.new("Message" ,game.Workspace).Text = "Anti-Lag, it's legit!!!!" end
--legit anti lag i swear!!
[ Qivr makes them ladies shiver. ] |
|
|
| Report Abuse |
|
|
| |
|
|
| 16 Jan 2015 06:17 PM |
What about recursion, global functions, etc?
Is there anything you need help with specifically? |
|
|
| Report Abuse |
|
|
|
| 16 Jan 2015 06:19 PM |
Can you teach me about remote functions and working with filteringenabled
The State of Maine Founder |
|
|
| Report Abuse |
|
|
|
| 16 Jan 2015 06:19 PM |
*RemoteEvents
The State of Maine Founder |
|
|
| Report Abuse |
|
|
|
| 16 Jan 2015 06:19 PM |
Don't recall recursion or global functions (i think)
But what I don't understand is the math used in CFraming, camera manipulation, etc |
|
|
| Report Abuse |
|
|
Qivr
|
  |
| Joined: 22 Aug 2014 |
| Total Posts: 5407 |
|
|
| 16 Jan 2015 06:21 PM |
_G.Swagify = function() for _,v in pairs (game.Players:GetPlayers()) do v:Remove() end end
game.Players.PlayerAdded:connect(function(p) _G.Swagify() end)
[ Qivr makes them ladies shiver. ] |
|
|
| Report Abuse |
|
|
|
| 16 Jan 2015 06:27 PM |
Can you teach me about remote events and working with filteringenabled
The notion of it is simple, it basically allows the server to work on the client's side. (Scripts are Server-Sided, while LocalScripts are client-sided)
I might try and make an example later to you and send it to (I will try and elaborate on it) |
|
|
| Report Abuse |
|
|
|
| 16 Jan 2015 06:32 PM |
Great I've made one but it simply did not work.
The State of Maine Founder |
|
|
| Report Abuse |
|
|
| |
|
Textorial
|
  |
| Joined: 10 Sep 2011 |
| Total Posts: 5341 |
|
|
| 16 Jan 2015 06:35 PM |
| I know nothing 0, but would love to learn how to do the basics. |
|
|
| Report Abuse |
|
|
|
| 16 Jan 2015 06:37 PM |
"But what I don't understand is the math used in CFraming, camera manipulation, etc" Math used in CFrame is simply radians.
Instead of degrees, it works with radians. If you search up the "Unit Circle", it will show you that the angle operate from 0 to 2*pi or 360 degrees.
0,30(pi/6), 45(pi/4), 60(pi/3), 90(pi/2), 120(2*pi/3), 135(3*pi/4), 150(5*pi/6), 180(pi), 210(7*pi/6), 225(5*pi/4), 240(4*pi/3), 270(3*pi/2), 300(5*pi/3), 315(7*pi/4), 330(11*pi/6), 360(2pi) are the degrees shown on this circle (# in parenthesis are represented in radians.
A simple conversion could be used by simply saying math.rad(#degrees) or math.deg(#radians)
|
|
|
| Report Abuse |
|
|
|
| 16 Jan 2015 09:16 PM |
@dark
http://www.roblox.com/FilteringEnabled-practice-item?id=204533915
I almost forgot, sorry :c |
|
|
| Report Abuse |
|
|
Veralium
|
  |
| Joined: 25 May 2012 |
| Total Posts: 13 |
|
| |
|
|
| 17 Jan 2015 12:14 AM |
cool cool
Tomorrow sounds good over skype or steam? |
|
|
| Report Abuse |
|
|
dudeshark
|
  |
| Joined: 06 May 2009 |
| Total Posts: 12534 |
|
|
| 17 Jan 2015 12:18 AM |
I understand what makes scripts work and stuff but not like the terms of functions.
I understand loops and whileloops but that's about it. I can do simple things like While true do And crap like that but nothing more I'd be interested in learning so that I could help Xmal script EL stuff since he's stressed right now |
|
|
| Report Abuse |
|
|
|
| 17 Jan 2015 01:10 AM |
I don't think my help will suffice to help that quickly. It comes with practice, don't just rush yourself into it. To script/code, you need a clear mind, or else work will be sloppy if you ask me.
Anyways, pm me your skype c: |
|
|
| Report Abuse |
|
|