NsNidPLJoin Date: 2014-12-04 Post Count: 42 |
What can I do:
-Make old stuff work with R15
-Make FE weapons (R15 and R6)
-Script rail vehicles
-Make special effects
-Test your game
-Make FE GUIs
-Make a custom NPC that can respawn! It could be a tank (that shoots real bullets), or
even a robot!
PM me if interested.
|
|
mattscyJoin Date: 2011-05-06 Post Count: 1079 |
prove you can script
write a script that prints numbers backwards from 1 to 0.02 going down by 0.02, and for every second number there is a half chance of the script printing "banana" |
|
|
to people considering hiring him:
-uhh idk it sounds a bit fake (wth is a fe gui)
-when giving him access to your game, he can copy all what you did
-so he can steal your game |
|
GalvicandJoin Date: 2017-10-11 Post Count: 68 |
Mattscy I'm pretty sure if you wrote the script that you're asking OP to make you'd screw up. |
|
mattscyJoin Date: 2011-05-06 Post Count: 1079 |
hes allowed to test it before posting |
|
GalvicandJoin Date: 2017-10-11 Post Count: 68 |
Seriously post it yourself lol I'm honestly curious if you can do it. |
|
NsNidPLJoin Date: 2014-12-04 Post Count: 42 |
@Diegurzio123 you just proved us that you don't even made a single game. EVERY developer should know what FilteringEnabled is. Also no, I don't want to steal your game. You just tell me to do somethign, we can go on one of MY places, the I'll give it to you.
|
|
mattscyJoin Date: 2011-05-06 Post Count: 1079 |
im on tablet with no access to studio, so the pressure is real
for i = 100,2,-2 do
print(i/100)
if i%2 == 0 then
if math.random(1,2) == 1 then
print("banana")
end
end
end |
|
|
for i = 1, 0.02, 0.02 do
wait()
if i%0.04 == 0 then
if math.random() > 0.5 then
print("banana")
end
end
end
|
|
|
N00000000000000000000000
he posted before me ;(
|
|
GameDevyJoin Date: 2017-09-08 Post Count: 124 |
Murder game? |
|
NsNidPLJoin Date: 2014-12-04 Post Count: 42 |
DELAY = 1 --Delay between number prints. number = 1 --The number we have. isSecond = false --Changes every second number. while true do if number > 0.2 then number = number - 0.2 if ######## ## false then isSecond = true else isSecond = false local bananaNum = math.random(1, 2) if bananaNum == 2 then print"banana" end end if number > 0.2 then print(number) end else print"Number already reached 0.2!" end wait(DELAY) end |
|
NsNidPLJoin Date: 2014-12-04 Post Count: 42 |
BLOODY HASHTAGS
|
|
GameDevyJoin Date: 2017-09-08 Post Count: 124 |
Can you script some stuff for a murder game? |
|
NsNidPLJoin Date: 2014-12-04 Post Count: 42 |
yup what is it?
|
|
|
Hey could we have you as our scripter?
Add me on Disc@rd. AMAZINBUN#3592
|
|
GameDevyJoin Date: 2017-09-08 Post Count: 124 |
I don't rally know. Im not sure yet. Any ideas urself? |
|
GameDevyJoin Date: 2017-09-08 Post Count: 124 |
Really |
|
GameDevyJoin Date: 2017-09-08 Post Count: 124 |
You can build as well right? |
|
|
ill hire you to my game ill pay music 500 robux to you if the game is successful |
|
NsNidPLJoin Date: 2014-12-04 Post Count: 42 |
Ok what is that game about?
|
|
JetskiisJoin Date: 2017-08-17 Post Count: 356 |
|
|
NsNidPLJoin Date: 2014-12-04 Post Count: 42 |
datastore is my weak point, sorry
ps there is a tutorial on yt and it seems to sync leaderboard
|
|
rtmf2004Join Date: 2017-03-01 Post Count: 53 |
mee |
|