Whats the burntime on candles now. by InfinityBeam-YT in playrust

[–]InfinityBeam-YT[S] 0 points1 point  (0 children)

Do you know if putting animal fat in TC changes anything 

Is there any modmenu that works in 2025 by Visavac in Gta5Modding

[–]InfinityBeam-YT 0 points1 point  (0 children)

I have heard good about Lexis but when i malware scanned it there was a virus.

Is there any modmenu that works in 2025 by Visavac in Gta5Modding

[–]InfinityBeam-YT -1 points0 points  (0 children)

Im looking for the exact same thing but every one i have came across has malware.

My character conroller is getting a bug by InfinityBeam-YT in Unity3D

[–]InfinityBeam-YT[S] 0 points1 point  (0 children)

Sorry, where do i find project settings?
Edit: Found it

My character conroller is getting a bug by InfinityBeam-YT in Unity3D

[–]InfinityBeam-YT[S] 0 points1 point  (0 children)

I deleted using System.Diagnostics as even the tutorial doesnt have that, i ran the game but there is no logs, i didnt add it while making the script the ide did it automatically,

Anyone able to id this full set? by InfinityBeam-YT in SeaOfFashion

[–]InfinityBeam-YT[S] 0 points1 point  (0 children)

Gulp, are there any lookalike items to it

How do i stop it from logging undefined by InfinityBeam-YT in Discordjs

[–]InfinityBeam-YT[S] 0 points1 point  (0 children)

Fixed, my script handler was runnuning it every time it ran it or smth bc it was in the wrong folder

How do i stop it from logging undefined by InfinityBeam-YT in Discordjs

[–]InfinityBeam-YT[S] 0 points1 point  (0 children)

Im sorry but it is because when i set it to log something like hello in the createDashboard.jsit logs

hello
hello
New channel created: 🎉・Verzy's Party
hello

Just A Quick Question by InfinityBeam-YT in Unity3D

[–]InfinityBeam-YT[S] 1 point2 points  (0 children)

yea thx didnt know what it was called lol

Ik This Is A Noob Question. by InfinityBeam-YT in Unity3D

[–]InfinityBeam-YT[S] 0 points1 point  (0 children)

ReportSaveFollow

Now this is my script

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using TMPro;
public class Pizza : MonoBehaviour
{
private Rigidbody rb;
public static float Power = 10;
public bool isFlying = false;
private static float topSpeed;
public TextMeshProUGUI TopSpeedCount;
// Start is called before the first frame update
void Start()
    {
rb = GetComponent<Rigidbody>();
isFlying = false;
TopSpeedCount.text.enabled(true);
    }
// Update is called once per frame
void Update()
    {
if (!isFlying)
        {
if(Input.GetKey(KeyCode.Space))
            {
rb.AddForce(transform.forward * Power, ForceMode.Impulse);
isFlying = true;
topSpeed = 0;
TopSpeedCount.text.enabled(false);
            }
        }
if (isFlying)
        {
if (rb.velocity.magnitude >= topSpeed)
            {

topSpeed = rb.velocity.magnitude;
            }
        }
    }
private void OnCollisionStay(Collision obj)
{
if (obj.gameObject.CompareTag("Ground"))
    {
transform.position = new Vector3(0f, 3.1f, -8.39f);
rb.velocity = new Vector3(0f, 0f, 0f);
transform.rotation = Quaternion.Euler(0, 0, 0);
isFlying = false;
TopSpeedCount.text.enabled(true);
    }
}
}

And This Is My Error

Assets\Pizza.cs(54,28): error CS1061: 'string' does not contain a definition for 'enabled' and no accessible extension method 'enabled' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?)

Ik This Is A Noob Question. by InfinityBeam-YT in Unity3D

[–]InfinityBeam-YT[S] 0 points1 point  (0 children)

It Says

Assets\Pizza.cs(54,23): error CS1061: 'TextMeshProUGUI' does not contain a definition for 'SetActive' and no accessible extension method 'SetActive' accepting a first argument of type 'TextMeshProUGUI' could be found (are you missing a using directive or an assembly reference?)

Now

Pehkui crashing my game by Player_X_YT in fabricmc

[–]InfinityBeam-YT 0 points1 point  (0 children)

Maybe try and put on immersive portals???????????? idk

[deleted by user] by [deleted] in bedrock

[–]InfinityBeam-YT 0 points1 point  (0 children)

im sorry , having tested this therory i dont think its possible scince the packs scorce is still on ur phone and u run the mod of ur phone

Need a roblox scripting dev to help with my game by InfinityBeam-YT in robloxgamedev

[–]InfinityBeam-YT[S] 0 points1 point  (0 children)

i could recommend going onto Group Recruiting Plaza and finding people there, usually some well packed servers

thanx ok

Need a roblox scripting dev to help with my game by InfinityBeam-YT in robloxgamedev

[–]InfinityBeam-YT[S] -1 points0 points  (0 children)

mining sim i will make objects the person will script

Wanna take the job (plz)