drahsid5Join Date: 2011-05-13 Post Count: 3937 |
Can you write me something that prints "Goodbye, world" into the output inside an infinite loop with no sleeps? |
|
|
Gg, crash.
-𝒩 | Anticodist, Scripter |
|
drahsid5Join Date: 2011-05-13 Post Count: 3937 |
Can you re-engineer O^3? |
|
|
In reference to C++? Add me on Skype and we can talk more privately about this ^_^
Skype: hinmanthunderboy
-𝒩 | Anticodist, Scripter |
|
|
Bump.
-𝒩 | Anticodist, Scripter |
|
drahsid5Join Date: 2011-05-13 Post Count: 3937 |
That was a joke :p
And not exactly, that was a reference to the core of Computer Science. |
|
|
Bump.
-𝒩 | Anticodist, Scripter |
|
|
Able to take on more projects.
-𝒩 | Anticodist, Scripter |
|
notfruitJoin Date: 2012-09-21 Post Count: 1386 |
Hey, for the infinite loop thing you can just do this:
local RunService = game:GetService("RunService")
local debounce = false
RunService.Heartbeat:connect(function(step)
--- if not debounce then
------- print('Goodbye World!')
------- debounce = true
#rekt |
|
notfruitJoin Date: 2012-09-21 Post Count: 1386 |
^ of course you need the "end)" in there.
Sorry, I'm a bit too accustomed to python syntax. |
|
drahsid5Join Date: 2011-05-13 Post Count: 3937 |
there's more than one end that should be there ^
#RektRetort |
|
|
You know that you can just use 'spacebar' for indentation right? lol.
-𝒩 | Anticodist, Scripter |
|
notfruitJoin Date: 2012-09-21 Post Count: 1386 |
Alright well if we just ignore syntax for a second and focus on the semantic elements it works, alright?
Also, yeah. I just found that out. |
|
chimmihcJoin Date: 2014-09-01 Post Count: 17143 |
https://chrome.google.com/webstore/detail/roblox-forum-post-tabber/mbbmjnjlgjnjbklojkeniabbphamlfjc?hl=en-US
:D
I script -~ chimmihc |
|
notfruitJoin Date: 2012-09-21 Post Count: 1386 |
^ r u a wizard? |
|
johny220Join Date: 2011-10-30 Post Count: 4584 |
your black hole simulator really isn't all that special it's just a little bit of physics and a brick spawner |
|
|
Well most of my work is done privately. The Black Hole Simulator is not just a 'little bit of physics.' You try gaining a basic understanding of String Theory and the Thermodynamics of Black Holes and developing mathematical relations between RbxLua and Newton's Gravitational Constant or the equation for escape velocity. Don't downsize other people's work just because you can't understand or appreciate it.
-𝒩 | Anticodist, Scripter |
|
notfruitJoin Date: 2012-09-21 Post Count: 1386 |
^ it would be cool if you could make orbits and stuff in your black hole sim so you can see the effect of tidal forces and stuff.
And also it would be nice if the camera wasn't completely terrible.
Otherwise ya ur simulator is cool I guess. |
|
drahsid5Join Date: 2011-05-13 Post Count: 3937 |
He could probably develop a universe generator and life, if he decided to create self learning AI. |
|
|
I started Camera Manipulation today. What's in the the live version is my prior knowledge. I am working with new methods of Camera Tween and methods to completely customize it. Also, I am experimenting with all types of forces. So far I've done revolutions around a planet as well as rotations for a body like our moon, canceling gravity and relative masses, and apply 'lop-sided' gravity as I call it.
I hope to accomplish a lot more. This is just the beginning. [2]
P.S. This is copied because I replied to the wrong post :P
-𝒩 | Anticodist, Scripter |
|
|
Hire me now
-𝒩 | Anticodist, Scripter |
|
notfruitJoin Date: 2012-09-21 Post Count: 1386 |
^ u gotta get those barycenters right man
n-body orbital mechanics can be a pain in the butt. |
|
|
johny220Join Date: 2011-10-30 Post Count: 4584 |
@anti
And what you just blabbed out is exactly what I meant, physics. |
|
johny220Join Date: 2011-10-30 Post Count: 4584 |
that was almost copypasta worthy... thermodynamics in a lego game yeah of course |
|