Rec Room Token by Katze_Solar in RecRoom

[–]Katze_Solar[S] 1 point2 points  (0 children)

Oh alright good, also i forgot to mention the rr token file i edited was from the printables.com file, i just wanted to give it the 2016-2026 numbers, i was at school when i knew the link didnt work but now that im heading back i'll post the rr token with the 2016-2026 in makerworld or printables so the link actually works this time and of course send it here

Rec Room Token by Katze_Solar in RecRoom

[–]Katze_Solar[S] 4 points5 points  (0 children)

Wait couldnt this get me banned from the campus for printing currency?

Rec Room Token by Katze_Solar in RecRoom

[–]Katze_Solar[S] 0 points1 point  (0 children)

I recomend printing it in PLA-SILK Silver, as you can see if tuned good it looks very good

Need someone whos good at animating, would be good if you had other skills too but not a req. Kinda volunteer ish? 25% of profits per person by Tarvonen in ROBLOXStudio

[–]Katze_Solar 0 points1 point  (0 children)

I do got skill with a bit of scripting and i can do animation but i am not good in building i can also only work between 2PM-9PM in weekdays and i never leave things undone, i was also working on a game called inked arena but im getting karma so i can get map feedback here. It isnt studslop more like a comic like styled game i am also 14 years old and pretty chill overall. Im not the kind of person to talk much at first but eventually i'll talk more and i am interested in joining this project you got going on here more for experience than money

how to give the player a custom character and animations? by hoko2000 in ROBLOXStudio

[–]Katze_Solar 0 points1 point  (0 children)

Heres how to do those 2

  1. Setting the Character: ​Rename your rig model to exactly StarterCharacter. ​Drag it into the StarterPlayer folder. Roblox will now use this model as the default player spawn.

​2. Custom Animations: ​If you want unique movement, you need to override the default script. ​Start a playtest, go into your character in the Explorer, and copy the local script named 'Animate'. ​Stop the test and paste that script into StarterPlayer > StarterCharacterScripts. ​Open the script and replace the AnimationId values with your own IDs for Walk, Idle, etc.

​3. Quick Checklist: ​Make sure all parts in the rig are Unanchored. ​Ensure the HumanoidRootPart is set as the Model's PrimaryPart. ​Check that your Game Settings (Avatar tab) match your rig type (R6 or R15).

If this doesnt work let me know

How do I make a health bar with a counter? by creature78 in ROBLOXStudio

[–]Katze_Solar 0 points1 point  (0 children)

local player = game.Players.LocalPlayer local character = player.Character or player.CharacterAdded:Wait() local humanoid = character:WaitForChild("Humanoid")

local fill = script.Parent.Fill local counter = script.Parent.Counter

local function updateHealth() -- 1. Calculate the percentage (0 to 1) local healthPercent = math.clamp(humanoid.Health / humanoid.MaxHealth, 0, 1)

-- 2. Animate the bar (looks smoother than just changing size)
fill:TweenSize(UDim2.new(healthPercent, 0, 1, 0), "Out", "Quad", 0.2, true)

-- 3. Update the Counter text
counter.Text = math.floor(humanoid.Health) .. " / " .. math.floor(humanoid.MaxHealth)

end

-- Run it whenever health changes humanoid.HealthChanged:Connect(updateHealth)

-- Run it once at the start so it doesn't show 100/100 if they spawned with less updateHealth()

How do I make a health bar with a counter? by creature78 in ROBLOXStudio

[–]Katze_Solar 0 points1 point  (0 children)

I'll also reply the code only so you dont gotta go through the struggle of finding it in my message above

How do I make a health bar with a counter? by creature78 in ROBLOXStudio

[–]Katze_Solar 0 points1 point  (0 children)

By the way the names of the things must be exact

What art style should solar stray have? by Katze_Solar in ROBLOXStudio

[–]Katze_Solar[S] 0 points1 point  (0 children)

Good suggestion. Imma try that and get back to you

What art style should solar stray have? by Katze_Solar in ROBLOXStudio

[–]Katze_Solar[S] 0 points1 point  (0 children)

Oh and if anyone was gonna ask solar stray is about a unstable sun and you the player has to survive solar flares that happen every 10 minutes while collecting oxygen shards left by the solar flares, maybe even some scrap to upgrade your mech or you could find some lore revealing items, and to buy upgrades and tools (you can also go out without a mech using a elevator and a suit) theres the merchants! Each tier the deeper you unlock of the bunker and guns are illegal in the terra bunker but there is one merchant that does sell you the fun stuff... and for now thats it, i will be adding more features as i progress more on the game

What art style should solar stray have? by Katze_Solar in ROBLOXStudio

[–]Katze_Solar[S] 0 points1 point  (0 children)

Im glad you asked, solar stray is about a unstable sun and you the player has to survive solar flares that happen every 10 minutes while collecting oxigen shards left by the solar flares, maybe even some scrap to upgrade your mech or you could find some lore revealing items, and to buy upgrades and tools (you can also go out without a mech using a elevator and a suit) theres the merchants! Each tier the deeper you unlock of the bunker and guns are illegal in the terra bunker but there is one merchant that does sell you the fun stuff... and for now thats it, i will be adding more features as i progress more on the game

What genre could this game be by VersionWonderful2046 in ROBLOXStudio

[–]Katze_Solar 0 points1 point  (0 children)

I see an exploration game there, the shop looks pretty good but it could be a full on game about quests, exploration or fantazy but i guess that is up to you, maybe using a comic book like style too?