128GB
|
  |
| Joined: 17 Apr 2014 |
| Total Posts: 8056 |
|
|
| 01 Aug 2014 10:18 PM |
| Is WalkSpeed like studs per second or what? |
|
|
| Report Abuse |
|
|
| |
|
|
| 01 Aug 2014 10:22 PM |
| 16 studs per second? I don't think so. |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 01 Aug 2014 10:23 PM |
| Yeah it's studs per second. |
|
|
| Report Abuse |
|
|
|
| 01 Aug 2014 10:27 PM |
| Just look at the studs when you walk, at WalkSpeed 16 you pretty much walk 16 studs in 1 complete second. |
|
|
| Report Abuse |
|
|
|
| 01 Aug 2014 10:28 PM |
Its studs per second. Just tested it with this script, just put it inside a brick, walk over the brick and keep walking until something appears in the output. The first line of output is the time, which is just 1 second, and the second line is how far youve traveled, what should appear is anything in between 15 and 17.
db = false script.Parent.Touched:connect(function(hit) if not db then db = true if game.Players:FindFirstChild(hit.Parent.Name) then plr = game.Players:FindFirstChild(hit.Parent.Name) char = plr.Character tors = char.Torso local time1 = tick() local oldPos = tors.Position wait(1) local time2 = tick() local newPos = tors.Position print(math.abs(time2-time1)) print((oldPos-newPos).magnitude) end db = false end end) |
|
|
| Report Abuse |
|
|
128GB
|
  |
| Joined: 17 Apr 2014 |
| Total Posts: 8056 |
|
|
| 01 Aug 2014 10:30 PM |
Okay so sorta off topic; but its not because I need to know this Does anyone know how many Mario blocks Mario walks in 1 second in the classic NES game? And how many when running?
I can't find it on the internet, just a bunch of things trying to compare it to real life speed. |
|
|
| Report Abuse |
|
|
|
| 01 Aug 2014 10:31 PM |
| hold up im playin mario right now |
|
|
| Report Abuse |
|
|
|
| 01 Aug 2014 10:31 PM |
| If you have it just time it. |
|
|
| Report Abuse |
|
|
|
| 01 Aug 2014 10:32 PM |
| 2-4. 4 is high balling 2 is low balling. |
|
|
| Report Abuse |
|
|
|
| 01 Aug 2014 10:32 PM |
Okay, walking I would say 4-6 blocks Running is walking x3 |
|
|
| Report Abuse |
|
|
|
| 01 Aug 2014 10:33 PM |
| Im counting it as Roblox physics where you dont accelerate, you just instantly go max speed. |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 01 Aug 2014 10:34 PM |
| But how many meters/ft/whatever is 1 super mario block |
|
|
| Report Abuse |
|
|
|
| 01 Aug 2014 10:36 PM |
| 1 mario block is half the height of the type of mario you get after eating a mushroom when youre tiny, and has the same width of the type of mario you get after eating a mushroom when youre tiny. |
|
|
| Report Abuse |
|
|
128GB
|
  |
| Joined: 17 Apr 2014 |
| Total Posts: 8056 |
|
|
| 01 Aug 2014 10:37 PM |
I found it
70 blocks walking = 10 seconds 70 blocks running = 5 seconds |
|
|
| Report Abuse |
|
|
128GB
|
  |
| Joined: 17 Apr 2014 |
| Total Posts: 8056 |
|
|
| 01 Aug 2014 10:38 PM |
@Cnt
I'm just going with
Mini Mario = block tall 1 Robloxian = 5 studs tall
1 block = 5 x 5 x 5 |
|
|
| Report Abuse |
|
|
|
| 01 Aug 2014 10:38 PM |
| I guess I was close, I was way off with the running |
|
|
| Report Abuse |
|
|
128GB
|
  |
| Joined: 17 Apr 2014 |
| Total Posts: 8056 |
|
|
| 01 Aug 2014 10:40 PM |
Thank you anyway, I'm creating world 1 - 1 and needed people to be able to make the jumps but not be OP fast
I could have just guessed it, but yah |
|
|
| Report Abuse |
|
|
|
| 01 Aug 2014 10:42 PM |
| You should implement acceleration |
|
|
| Report Abuse |
|
|
128GB
|
  |
| Joined: 17 Apr 2014 |
| Total Posts: 8056 |
|
|
| 01 Aug 2014 10:44 PM |
| If I do, I'm not gonna make it exactly what it is in the original game, too hard to find out what it is |
|
|
| Report Abuse |
|
|
|
| 01 Aug 2014 10:45 PM |
| As long as you cant be moving at max speed in one direction and turn the opposite direction and have the same speed, its fine |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
| |
|
128GB
|
  |
| Joined: 17 Apr 2014 |
| Total Posts: 8056 |
|
| |
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 01 Aug 2014 11:02 PM |
There you go: 1 block = 1.4224 m 1 stud = 1m/20 walking = 7 blocks / sec running = 14 blocks / sec
WalkSpeed should be when walking: (7 * 1.4224) * 20 WalkSpeed should be when running: (14 * 1.4224) * 20
Such speed O_o |
|
|
| Report Abuse |
|
|
|
| 01 Aug 2014 11:06 PM |
| I don't think that its studs lol. |
|
|
| Report Abuse |
|
|