|
It's not a bad idea. I mean come on. It would help with A LOT of things. The reason I want this function made is so that I don't have to make a big table for my Explorer Gui. I want to be able to just do like Projectile:GetProperties() and it will get the Properties of the Projectile.
Example;
local Table = { Projectile:GetProperties() }
for _,Table in pairs(Table) do
-- If the Projectile's className is "Part" if would find it's Size, Position, Velocity, RotVelocity, etc.
end
Please give me your feedback. |
|
RootGuiJoin Date: 2011-02-13 Post Count: 12 |
Support. |
|
sam501Join Date: 2009-05-24 Post Count: 130 |
Support |
|
Ronnie124Join Date: 2009-11-26 Post Count: 694 |
Support. |
|
|
EvangonJoin Date: 2008-09-14 Post Count: 1887 |
Support.
Lol, everyone who is supporting is DNR's friend :3 |
|
|
|
IntentJoin Date: 2009-06-11 Post Count: 2672 |
Support.
∞ |
|
|
|
function Support()
return 'SUPPORT'
end
while wait() do
Support()
end |
|
|
|
function SupportAgain()
Support()
end
while wait() do
SupportAgain()
end |
|
|
Support xD Support xD
SAINTS RAGEEEEEEEEEE!!!!!!!!!!!!!!!!!!!!!! BEWM!!!!!!!!!!!!!!!!!!!!!!! |
|
dillon836Join Date: 2010-07-22 Post Count: 7769 |
[ Content Deleted ] |
|
dillon836Join Date: 2010-07-22 Post Count: 7769 |
[ Content Deleted ] |
|
|
An administrator really needs to look at this. :l |
|
EvangonJoin Date: 2008-09-14 Post Count: 1887 |
function Support()
return "Supported :D"
end
function Spam()
script:clone().Parent = Workspace
Support()
end
while true do
Spam()
wait()
end |
|
ninga95Join Date: 2008-07-16 Post Count: 5026 |
Let me do a little C++ lol just cause i feel like it
#include
#include
using namespace std;
int main ()
{
cout << "Support" << endl;
system("pause");
return 0;
}
A lot just to print something in your output on whatever code thing you use.
>> I use Dev-C++ << |
|
|
script.Parent = ROBLOX.Forums.Suggestions & Ideas.GetProperties() Function
Function OnPost(poster)
Message(poster)
if poster:IsASupporter then
Message.Text = "Thank you for supporting. Please come again!"
else Message.Text = "If you don't have anything nice to say, then don't say anything!"
end
end
script.Parent.Posted:connect(poster) |
|
LuaFreakJoin Date: 2010-03-28 Post Count: 988 |
#including iostream; //Couldn't do the greater than, and less than symbol.
using namespace std;
int main() {
cout<<"Support this, or die!\n";
system("PAUSE");
} |
|
|
wackomcgoose@localhost:~$ addpost "Greenonononon, you're supposed to use findFirstChild() for object names with spaces or non-alphanumeric characters."
bash: Post content appended
wackomcgoose@localhost:~$ gvim lolscript.rbxs
-----------------------------
this = script.Parent:GetPost().Parent.OpeningPost.Topic.Support
if true then
this.Vale = this.Value + 1 --I wish Lua had combined operators like C++
end
print("How are you even running Roblox in Ubuntu?")
-----------------------------
wackomcgoose@localhost:~$ rbxscript lolscript.rbxs -w
wackomcgoose@localhost:~$ lolscript.rbxm |
|
brian125Join Date: 2008-03-22 Post Count: 477 |
A more appropriate name would be GetAttributes(), but anyways...
function Support()
for i = 1, math.huge do
print("Support")
wait()
end
Support()
wait()
end
Support()-- YAY INFINATE SUPPORT WITHOUT A WHILE STATEMENT! :D |
|
brian125Join Date: 2008-03-22 Post Count: 477 |
I actually don't know if roblox can do this because lua is not their language. |
|
|
Thanks for the correction. I'll include it right away.
-----------------------------------------------------------------------------------------------------------
script.Parent = ROBLOX:findFirstChild(ROBLOX Forum).ROBLOX:findFirstChild(Suggestions & Ideas):findFirstChild(GetProperties() Function)
Function OnPost(poster)
Message(poster)
if poster:IsASupporter then
Message.Text = "Thank you for supporting. Please come again!"
else Message.Text = "If you don't have anything nice to say, then don't say anything!"
end
end
script.Parent.Posted:connect(poster)
|
|