suremarkJoin Date: 2007-11-13 Post Count: 6315 |
|
|
|
Well, if I asked you to test OrangeR, would you? |
|
bloob827Join Date: 2010-08-01 Post Count: 6867 |
rofl vanilla your back |
|
|
suremarkJoin Date: 2007-11-13 Post Count: 6315 |
What's orangeR? >_>
I feel lonely in my server now. D:
It requires 3 players to start. |
|
bloob827Join Date: 2010-08-01 Post Count: 6867 |
sure :P |
|
suremarkJoin Date: 2007-11-13 Post Count: 6315 |
Well, atleast it got farther than it did before. I need to make sure to add a reset command, though. O_O |
|
|
NO!
I can't test your game. When, I go to that link, and try to play, I get that "You Must Start Roblox from IE" screen, and it asks me if I want to Download Roblox. No, I don't want to Download, and I don't use IE, and won't be!?
So, I go to the games screen, where I CAN click on any game, and play it. no problem; Search on "doombringer42", but get nothing, and it throws me into the Catalog.
So, I have no way of getting to your game.
Is there a "work-around" for Searching Games, or ANY OTHER way of Playing, non-Featured games?
Need help, because, I would love to test people's games, and add any, little, requested scripts............
-Brian
|
|
suremarkJoin Date: 2007-11-13 Post Count: 6315 |
Bump. I added a reset/ command, and the script should work better now. |
|
suremarkJoin Date: 2007-11-13 Post Count: 6315 |
You could just go to my profile. Also, instead of using IE, use chrome with IE tab. Works like a charm. It's funny because chrome runs IE better than IE runs itself. |
|
suremarkJoin Date: 2007-11-13 Post Count: 6315 |
Nevermind, the reset/ command isn't working. Let me post the extract here. |
|
suremarkJoin Date: 2007-11-13 Post Count: 6315 |
newPlayer.Chatted:connect(function (msg)
msg = string.lower(msg)
if string.sub(msg, 1, 6) == "reset/" then newPlayer.Character.Humanoid.Health = 0 end
end)
It's not working. I put it inside of the playerentered function. |
|
ChatRJoin Date: 2010-11-05 Post Count: 277 |
newPlayer.Chatted:connect(function (msg)
msg = string.lower(msg)
if msg == "reset/" then newPlayer.Character.Humanoid.Health = 0 end
end)
Why string.sub() |
|
suremarkJoin Date: 2007-11-13 Post Count: 6315 |
Good point, but now it's telling me attempted to access value newplayer, a nil value.
Huh? |
|
ChatRJoin Date: 2010-11-05 Post Count: 277 |
The whole script,pl0x |
|
ChatRJoin Date: 2010-11-05 Post Count: 277 |
nvm >_>
Name the onPlayerEntered function with the function argument newPlayers.
newPlayers.Chatted:connect(function (msg, newPlayer)
msg = string.lower(msg)
if msg == "reset/" then newPlayer.Character.Humanoid.Health = 0 end
end)
|
|
suremarkJoin Date: 2007-11-13 Post Count: 6315 |
Nevermind, I fixed it. XD
The variable was actually np, when I tried to use newPlayer. |
|
suremarkJoin Date: 2007-11-13 Post Count: 6315 |
Okay, now people can come again. Let's see if it works. I need 2 other players than me, or more, if possible. |
|
|
To answer, my own question: I have to run Play Roblox. I have not been here for a long while.
Testing results (wrong forum, I guess, but too bad):
- Couldn't play, I guess, 'cause there were only two people. You should change that, or have something for one person to do.
- the center, invisable barrier, should NOT knock u over (at one point it knocked me completely out of the arena
- The Front Page, with the big PLAY button, has NO explanation (description) of your game, or how to play, or what to expect (Come on, Doom, all u have to do is write-in text)
- You chatted that there should be a Re-set button. Could not see it
- You expected me to chat, yet nowhere in the game was there an explanation of how to chat. I tried ENTER, and backslash, and tild: nothing. People may come to your game, who don't know Roblox (If it is any good), or forget how to chat. You must explain how to do anything, which IS possible to do, somewhere in the game.
Note - I only seemed to have a sword. It looked like it might be a sword-fight game, which I have no interest in playing (Yes, I play Galleons, the best game, I have played on Roblox, and suffer the Sword fighting part)
, but I may try to help u test in the next little while, anyway.
Nice graphics, but a little stark.
--Brian
|
|
suremarkJoin Date: 2007-11-13 Post Count: 6315 |
I said to type "reset/" to reset. The invisible barrier is CFrame, so that's why it knocks you over. The game's also unfinished, so I haven't added a description yet. You're right, though; I should add a description. |
|
suremarkJoin Date: 2007-11-13 Post Count: 6315 |
C'mon, people. 2/3 players. Need one more. |
|
ChatRJoin Date: 2010-11-05 Post Count: 277 |
love it |
|
suremarkJoin Date: 2007-11-13 Post Count: 6315 |
Alright, i'm gonna try and test it again. I stole some bits from the linkedleaderboard to make it work (hopefully).
Open for testing now. |
|
suremarkJoin Date: 2007-11-13 Post Count: 6315 |
Bump. |
|
ChatRJoin Date: 2010-11-05 Post Count: 277 |
Lol leaderboards are easy :/ |
|