Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace deprecated functions, misc. fixes/chages #109

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Amourousity
Copy link
Contributor

  • replaced wait, spawn, coroutine.wrap, delay, and Heartbeat:Wait() based on the context of their usage
  • changed some math things (e.g. var = var + 1 became var += 1)
  • replaced some code for intro (way more precise, more or less fps no longer affects it)

- replaced `wait`, `spawn`, `coroutine.wrap`, `delay`, and `Heartbeat:Wait()` based on the context of their usage
- changed some math things (e.g. `var = var + 1` became `var += 1`)
- replaced some code for intro (way more precise, more or less fps no longer affects it)
@Windows81
Copy link
Contributor

I can't assume that Luau support is something all executors have, even though I know that WeAreDevs has it.

@JacobHolman
Copy link

I can't assume that Luau support is something all executors have, even though I know that WeAreDevs has it.

infinite yield only works with luau

@nexpid
Copy link

nexpid commented Jun 24, 2023

lovely patch, if anyone wants to load this just run this

loadstring(game:HttpGet("https://raw.githubusercontent.com/Amourousity/infiniteyield/patch-1/source"))()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants