ScratchData LogoScratchData
Back to RG9-00's profile

Announcement!

RGRG9-00•Created June 17, 2025
Announcement!
1
1
7 views
View on Scratch

Instructions

I'm Moving to larger programming languages than Scratch (Yes, I want to become an actual programmer) I will still be online just... not as much, I'm starting with Lua... So don't expect me to be often alot. I'll post my final project (I have one in the works rn... but it won't get finished until later on... Its Called, Fragments of Scratch. (It's a RPG and Kingdom builder game inspired by; Cookie Run Kingdom and Blocktales(Roblox).) Yes, I will take Fan character submissions just remix and give me your character. This Game will be my final project, BUT it will be updated every month. Hoping to see you there! Here's a FNF charter I made in Lua. function love.load() Timer = 0 Chart = love.filesystem.read("Love2D.txt") Chart_Index = 3 CurrentTime = "" Load() end function love.update(dt) Timer = Timer + dt if Timer > tonumber(CurrentTime) then Load() end end function love.draw() love.graphics.print(Timer, 0, 0) love.graphics.print(CurrentTime, 0, 15) end function Load() CurrentTime = "" while string.sub(Chart, Chart_Index, Chart_Index) ~= "}" do CurrentTime = CurrentTime .. string.sub(Chart, Chart_Index, Chart_Index) Chart_Index = Chart_Index + 1 end while string.sub(Chart, Chart_Index, Chart_Index) ~= "-" do Chart_Index = Chart_Index + 1 end Chart_Index = Chart_Index + 5 end

Description

That New VS Rewrite Mod is actually so fricking cool. So, just know. when I post that Fragments of scratch Game... I won't post anything again. if you need any tips from me, I'll be happy to tell (Ill share scratch tips once a week). *Again! When I post the game... I'm not leaving scratch... I'm only staying on to update the game. I'm not gonna post anything after that, not quit. I'll be happy to take any update ideas/Characters/ or just Chat! :]

Project Details

Project ID1189435526
CreatedJune 17, 2025
Last ModifiedJune 17, 2025
SharedJune 17, 2025
Visibilityvisible
CommentsAllowed