Search results for query: *

  • Users: TWJESTER
  • Content: Threads
  • Order by date
  1. TWJESTER

    Finally finishing different tutorials and starting a Undertale-W.I.P

    I'm going to be posting reports for my Undertale Mod (The Photo is for ya'll so that you dont say Ï Cant Post here because I need proof of a mod making) Also this is probably going to be a solo project and ill try to make a dev build as fast as possible while making it good
  2. TWJESTER

    My Dive ability isnt working and i dont know how to fix it

    Reposting it in the right place this time lol, but can someone check out my code cuz it doesnt work for me local lastJumpTime = 0 -- Tracks the last time the player pressed jump local doubleTapTime = 0.5 -- Time window for double tap (in seconds) local canDive = false -- Flag to track if...
  3. TWJESTER

    Whats Wrong with My Script

    Im making a frisk mod from undertale and im trying to make a dive script but its not working can someone help?? (I labeled each category :D) local lastJumpTime = 0 -- Tracks the last time the player pressed jump local doubleTapTime = 0.5 -- Time window for double tap (in seconds) local...
Back
Top