OmariHero
|
  |
| Joined: 14 Aug 2013 |
| Total Posts: 4193 |
|
|
| 03 Jun 2016 07:10 PM |
Wiki page links and videos are what I'm looking for and what I should know specifically to develop this system.
Thanks in advance!
The more you grind, the more you'll shine. |
|
|
| Report Abuse |
|
|
OmariHero
|
  |
| Joined: 14 Aug 2013 |
| Total Posts: 4193 |
|
|
| 03 Jun 2016 07:12 PM |
bump
The more you grind, the more you'll shine. |
|
|
| Report Abuse |
|
|
Zawie
|
  |
| Joined: 04 Jul 2010 |
| Total Posts: 6338 |
|
|
| 03 Jun 2016 07:13 PM |
it's gonna be a lot of work advance scripting st00f
i don't think there are any specific wiki articles on this alone. Just get really comfortable with cframe st00f |
|
|
| Report Abuse |
|
|
OmariHero
|
  |
| Joined: 14 Aug 2013 |
| Total Posts: 4193 |
|
|
| 03 Jun 2016 07:15 PM |
What specifically would I use CFrame for in wall running?
The more you grind, the more you'll shine. |
|
|
| Report Abuse |
|
|
|
| 03 Jun 2016 07:19 PM |
how bout you start learning the basic components of it such as wth happens when you wall run
|
|
|
| Report Abuse |
|
|
OmariHero
|
  |
| Joined: 14 Aug 2013 |
| Total Posts: 4193 |
|
|
| 03 Jun 2016 07:20 PM |
well I understand how to activate the wall run system i know how to detect when the player is touching a wall i just dont know how to make the wall run part happen i dont know what to learn to make that part happen.
The more you grind, the more you'll shine. |
|
|
| Report Abuse |
|
|
OmariHero
|
  |
| Joined: 14 Aug 2013 |
| Total Posts: 4193 |
|
|
| 03 Jun 2016 07:28 PM |
:)
The more you grind, the more you'll shine. |
|
|
| Report Abuse |
|
|
|
| 03 Jun 2016 07:34 PM |
| http://wiki.roblox.com/index.php?title=Absolute_beginner%27s_guide_to_scripting |
|
|
| Report Abuse |
|
|
|
| 03 Jun 2016 07:34 PM |
I've never tried anything like this, but you're probably going to want to change the CFrame of the HumanoidRootPart to turn the player horizontally, and use raycasting to detect if there is a wall.
I might be completely wrong though.
|
|
|
| Report Abuse |
|
|
2eggnog
|
  |
| Joined: 08 Nov 2008 |
| Total Posts: 1351 |
|
|
| 03 Jun 2016 07:37 PM |
1. When the player collides with a wall, ensure the change in angle between the floor and the new surface normal is within reason. 2. Set a BodyForce with the same magnitude of gravity on the character to the opposite direction of the surface normal, also negating regular gravity. 3. Use a BodyGyro or repeatedly CFrame the character in the correct direction. 4. If the player jumps off, or they've been on the wall for long enough, remove the BodyForce. 5. repeat
|
|
|
| Report Abuse |
|
|
OmariHero
|
  |
| Joined: 14 Aug 2013 |
| Total Posts: 4193 |
|
|
| 03 Jun 2016 07:39 PM |
@BothAngles
I'm pretty sure everyone who wants to learn scripting has read that. Nice try at being funny though.
And thanks Immersible and Eggnog, I'll go try it out now.
The more you grind, the more you'll shine. |
|
|
| Report Abuse |
|
|
|
| 03 Jun 2016 07:45 PM |
everyone is an overstatement
I haven't I didn't learn Lua from Roblox
|
|
|
| Report Abuse |
|
|
2eggnog
|
  |
| Joined: 08 Nov 2008 |
| Total Posts: 1351 |
|
| |
|