Now, I know CreatiCode is fetching a lot of errors right now within the website, but I just want to know, how do you get score on a profile (ex: Score: 1)?

NotJaldolfYT
@NotJaldolfYT
I basically never sleep
Online: Can help with answers or chat
Away: May take longer to respond
DND: May take up to 4 hours to respond
Offline: Sleeping (surprisingly)
You can email me at: jaldolfyt@gmail.com for any inquiries.
Best posts made by NotJaldolfYT
-
Score (on profiles)
-
RE: Current error with accessing the website
Yeah, I’m also having trouble connecting, while trying to make a project, I thought that I had my account banned or my IP banned, hopefully it’s just a error in the code with a recent JS or CSS update :P
-
RE: Score (on profiles)
@catty On the real Creaticode website, on a users profile, theres a score, mine is 2 last I checked.
-
RE: Current error with accessing the website
@catty Yes, that is the current issue, when accessing any part apart from home (home works fine, the login on the right says you’re logged out though) it just dosent want to load correctly.
-
RE: Code block presets?
@info-creaticode You should probably add a moderator that watches for new submissions so that if they have NSFW images/text in them, they wont be allowed through until it’s too late
-
Code block presets?
Creaticode should have a presets area on the tabs section with presets for both 2d and 3d
My idea is that CreatiCode will have block presets like: 2D movement, 3D movement, AI Chat block presets, and so on
-
RE: I need help with my chatting system
@s9205307-810c679a I’d recommend sending the project so that if an admin try’s to help, they wont have to ask for the project so they can remix and find the issue
-
RE: Current error with accessing the website
@catty When I try accessing, all I see is this:
(explore tab)
(accessing profile)
Latest posts made by NotJaldolfYT
-
RE: users that need to be banned
@mr-gentlehands I will be afk for like 5-10 mins btw
-
RE: users that need to be banned
@info-creaticode they made another account
https://forum.creaticode.com/user/mcjunior -
RE: POST request block
@info-creaticode It should be in the cloud section most likely with parameters for what to post and where to send the request to, it will output the error code or status in the Console Panel
-
RE: POST request block
@info-creaticode the POST request block could send data to websites or webhooks, it could be very useful for making feedback boxes or easier blacklists so that moderators of chatrooms on CreatiCode won’t have to be on their project 24/7 and can just watch their webhook take in the responses as the users chat away.
You can also add things such as rate limiting payload signing and validation.
-
POST request block
I feel like there should be a block to send a POST request to websites to retrieve data. It can be good in a multitude of ways, whilst also having its cons.
For example, you could:
- Make a feedback system using webhooks
- Get information on websites without the user visiting it directly
But bad actors may be able to:
- CSRF / XXS the website
- Run JavaScript on the website for anyone that runs the project
- Rate-limit the website
- Shut down the server from a DoS
I feel like it’s a good idea if CreatiCode can circumvent these cons, one way would be to make it so that only trusted users can use the block, and that we should allow the block into the website if we can get this whole system working; but if we can’t get rid of these issues, I feel we shouldn’t.