something built by humans cant fully replace humans.
2025-07-30 22:47:53
14
SomeGuy :
Ai's gonna have a hard time making good models with good topology
2025-07-31 00:33:26
0
yannis Melenco :
And who do you think people will continue playing video games after you will be able to create it in 5 min? Genuenly i would get bored in 1 day
2025-07-31 00:12:43
0
Hydra :
1. The frontend code on roblox is accessible.
2. Its only the frontend nothing else
2025-07-30 19:50:39
1
a c :
bro made a static unscalable website and called it a game engine
2025-07-30 17:19:40
50
michael :
is it free?
2025-07-30 16:54:43
0
ًًً :
now make it function
2025-07-30 21:13:56
0
kiwizariu :
Andddd nothing work
2025-07-31 01:30:39
0
skebob :
do blox fruits
2025-07-31 03:36:35
0
bill :
kk now make the games
2025-07-30 22:03:12
0
DEFAULT COMPANY :
a static unplayable game, is apparently a game engine
2025-07-30 22:27:17
1
Nima 🇮🇷 :
its just ui btw
2025-07-30 22:06:39
2
weirdaifootages :
Now play the game 😹
2025-07-30 23:21:33
0
marzo :
2025-07-30 21:21:18
2
Aqua BS :
using UnityEngine;
using TMPro;
public class ClickerGame : MonoBehaviour
{
public int score = 0;
public TextMeshProUGUI scoreText;
void Start()
{
UpdateScore();
}
void Update()
{
// Detect left mouse click
if (Input.GetMouseButtonDown(0))
{
Ray ray = Camera.main.ScreenPointToRay(Input.mousePosition);
RaycastHit hit;
// If we hit something
if (Physics.Raycast(ray, out hit))
{
// Check if it's the clickable cube
if (hit.transform.name == "ClickCube")
{
score++;
UpdateScore();
}
}
}
}
void UpdateScore()
{
scoreText.text = "Score: " + score.ToString();
}
}
2025-07-30 19:00:01
0
Derr :
‘better at coding backend then humans’
2025-07-30 22:41:28
0
Haxed_14 :
bro. take a whole while guess where lovable takes it code from, GITHUB who writes the code in git hub, HUMANSAA
2025-07-30 21:42:55
0
To see more videos from user @j3piterugc, please go to the Tikwm
homepage.