I have made a basic voting system you guys are free to use it!
here is a video!
NOTE: FOR BEGINNERS advanced coming soon!
here is the model! https://www.roblox.com/library/6031136034/VOTING-SYSTEM
OH, and you must have more than 3 maps or it will break!
Thanks for reading!
I donโt want hate
I donโt know if this is the right category
I dont know if that was intentional but images are stretched, when someone tries to change the images of that vote gui i can bet that they will get disturbed, even if you use scale it will still stretch on some screens because of the huge gap between length and height(X Y) values on the screen so you can use UIAspect Ratio Constraint thing to fix that
Hello, although it will still scale between devices still the image is gonna stretch on some devices because of as i said, there is huge gap between screen height and screen length, to fix that you must use UIAspectRatioConstraint, which will do its best to fit your gui in to the screen but doesnt stretch images.
By the way UIScale is used to make guiโs bigger or smaller i am talking about UDim2โs Scale, please install the plugin called autoscale lite and open its gui then select your gui frame and click Size > scale, after that it will have add constraint button near its gui opener button also click it so you will have UIAspectRatioConstraint modified for your gui automatically, also watch this video.