Confused with starter player scripts

this for some reason keeps happening to me.

So I have a spin part script and a bounce pad script. if i combine them the bounce pad script does not work, if they are in sep local scripts every thing works, I don’t know why.

what I mean by combine is to merge the scripts together.

1 Like

Please post the scripts here by surrounding them with backticks

```
like this
```

so it shows up

like this

And show how you tried to combine them.

1 Like

i know what backticks are lol …

Just tested the combined, and it works fine. However, it’s pretty sticky because characters don’t like having impulses applied to them. That’s an issue with the uncombined version, too.

I added humanoid.Jump = true right after you apply the impulse, that seemed to mostly fix it for me:

However it’s still a bit sticky when coming down on the pad, but that’s another issue.

1 Like

alright thank you anyway, But for me the spring does not work at all, also any ideas on how to make coming down more smooth?

Edit: my spring did not work because it was anchored oof.
adding a prismatic constrain makes it much smoother for me

1 Like