PyracelJoin Date: 2013-07-21 Post Count: 3207 |
Do you need something, but dont have enough coding knowledge to make it? Ask me! I'll make anything (as long as it isnt a game script or anything super complex) FREE OF CHARGE!
Example of Something I Made FOR FREE!
http://www.roblox.com/Lightable-TNT-item?id=381234916
Post your need here or PM me!
Examples of Things I Can Make:
Shift To Sprint
Explosives
Melee Weapons (Swords, Knives, ect)
Music Players
Pretty much anything that wont require three days of work, I won't do something like that without a little bit o' cash. |
|
PyracelJoin Date: 2013-07-21 Post Count: 3207 |
BUMP |
|
PyracelJoin Date: 2013-07-21 Post Count: 3207 |
People, its freaking free... |
|
OldGoldieJoin Date: 2010-08-17 Post Count: 8210 |
make a unicorn that poops pink bricks
|
|
|
I'll take a grande pumpkin spice latte, and a 3 pack of cookies. |
|
PyracelJoin Date: 2013-07-21 Post Count: 3207 |
...Do you really want a unicorn that poops pink bricks? |
|
|
|
i would really appreciate a shift to run script <:3 |
|
LeikaZJoin Date: 2008-01-31 Post Count: 595 |
post model of shift to sprint, want to look at it ^^
|
|
|
I'm overstretch the boundaries and pretend the first few lines didn't exist.
Create a outside server for all the people xD my site is for myself cuz I'm greedy
#code "Lua ~ PHP ~ CSS ~ HTML for me at least." |
|
fixylolJoin Date: 2012-12-14 Post Count: 7412 |
i can also make a lightable tnt.
anyone can if they know how events work.
Number of times opinion has changed: A lot. |
|
OldGoldieJoin Date: 2010-08-17 Post Count: 8210 |
@killerbot
nearestPlayer()
local player = game.Players.LocalPlayer
local highest = 500 -- max range
for i,v in pairs(game.Players:GetChildren()) do
local mag = (v.Character.Torso.Position,player.Character.Torso.Position).magnitude
if highest > mag and v ~= player then
highest = mag
highestchar = v.Character
end
end
return highestchar
end
this should worrk, I didn't test it though i typed it in the forum post lol.
Just do
character = nearestPlayer() and thats the one you summon missle towards.
|
|
PyracelJoin Date: 2013-07-21 Post Count: 3207 |
I can make a shift to run and a missile launcher >:D |
|
|
That isn't really complex...
#code "Lua ~ PHP ~ CSS ~ HTML for me at least." |
|
PyracelJoin Date: 2013-07-21 Post Count: 3207 |
@Os_Time
What do you mean an outside server? |
|
|
Nevermind don't do it. Outside server is like a website outside = external
#code "Lua ~ PHP ~ CSS ~ HTML for me at least." |
|
PyracelJoin Date: 2013-07-21 Post Count: 3207 |
Oh! lel |
|
Entdude3Join Date: 2013-12-28 Post Count: 3484 |
an alternate dialog script, because the dialog object is broken, use guis, pm me when done
siggy.exe is not functional, for more information contact Entdude3 |
|
|
actually something that would really help me out would be if you sent me a message with all the basics of scripting i really am interested to learn |
|
|
I would really appreciate you making a TNT Explosive. If you are deciding to make it, I will owe all my thanks to you! :D |
|
PyracelJoin Date: 2013-07-21 Post Count: 3207 |
|
|