StylesPlus v1.0 | Discontinued, even docs

We where already looking at this we are doing math and stuff. Thanks tho!

1 Like

when exactly is 1.1 coming out?

Hey! Awesome module.

Any chance we can get the Styles Showcase game you showed to checkout how you did those?

1 Like

Any reason I get this error? "Players.XOLT1268.PlayerGui.ScreenGui.Background.StylesPlus.Classes.GUI.Button:275: attempt to index nil with ‘TextAlign’ "

Code:

local bar = script.Parent
local module = require(bar.Parent.StylesPlus)
local run = bar.play_circle_filled_white
local element = module:GetConstructor("GUIElement")

local RunButton = element.new("Button", run)


RunButton:AddIcon({
	Icon = {{
		"rbxassetid://3926307971",
		"Left"
	}}
})
RunButton:SetText({
	Text = "Run",
	Size = 20
})
RunButton:BindAction("MouseButton1Down", function()
	print("hey")
end)

Remove this code (not a solution, just need to know if it’s an error on the function)

I eventually found it, got it mixed up and instead of calling addicon like this :addIcon(“id”,”align”) i called it like
{
Icon = {{…}}
}

Yeah, you should read the entire API reference so you won’t get problems like this, you confused ElementProperty property name with the actual function

1 Like

WARNING

This module is no longer updating as I’m working on the plugin version.


7 Likes

Hello I find the alert system interesting, can you please allow editing on the example place so I can learn how it works thanks in advance c:

1 Like

I just made it open-source, I hope it helps you!

3 Likes

Hello! I’m currently trying to learn how the ui lib work. However, the Discord link has expired :confused:
Can you send another one please? Thanks :slight_smile:

Sadly the discord is not a thing anymore as my main account from Discord got deleted but I would be glad to help you via DM in the forums.

1 Like

Very sad, I mean a lot of people can maybe need help (and I do). it’s better to have a Discord server to regroup everyone, so other people can help beginners or people who want to use StylesPlus.
I don’t know how to setup the alert box correctly. I created a frame that hold the alert box, but it goes under the player screen.

The Alert class doesn’t need a holder object as every property it’s specified on the code, you must parent to the menu frame (not a sub-frame) and it will adjust the ZIndex automatically.

This library has been discontinued totally in favor of Ryvoken framework that extends the capabilities of the Roblox engine, not only the interface. The documentation for StylesPlus has been deleted and any error won’t receive any patches.

1 Like

What’s Ryvokn framework? I googled it but nothing comes up

I personally haven’t used this but I don’t think you should have deleted the docs for users who may use this in the future.

Any errors to the system not being patched is fair game but I believe documentation should have been kept unless it was being hosted off a paid software or something like that.

1 Like

What kind of horrible practice is this? Please don’t delete documentation. Archive it instead.

3 Likes

If you delete the documentation, you are basically ending the way for users to use your library. You might as well consider deleting this thread, frankly speaking…

6 Likes

A framework that I am working on