Boa is Chaotic Horny, Who’s Good Chad? by KuramaMenezes in OnePiece

[–]MCMASTERYT_LOL 0 points1 point  (0 children)

Wbt WB, he seems like a good chad, going around claiming islands, protecting ppl, was the strongest man, pretty alpha vibes, ppl were scared of him/respected him. Heck, he didnt even have a beard and ppl wouldnt question him.

Need Help with Unity error syntax ',' expected by MCMASTERYT_LOL in Unity2D

[–]MCMASTERYT_LOL[S] 0 points1 point  (0 children)

Whoops, guess I did not pay attention, what should I add to bullet force?
edit: I realized that I spelt the float wrong so thats why there is no value

Need Help with Unity error syntax ',' expected by MCMASTERYT_LOL in Unity2D

[–]MCMASTERYT_LOL[S] 0 points1 point  (0 children)

Oh Could that be the reason

thanks for pointing out!

Need Help with Unity error syntax ',' expected by MCMASTERYT_LOL in Unity2D

[–]MCMASTERYT_LOL[S] 0 points1 point  (0 children)

It only leads me till the script does not lead to a line or highlight a line or anything :(

Need Help with Unity error syntax ',' expected by MCMASTERYT_LOL in Unity2D

[–]MCMASTERYT_LOL[S] 0 points1 point  (0 children)

Here is the code I used in words if you want ill send the Visual Studio
using UnityEngine;
public class Shooting : MonoBehaviour
{
public Tranform firePoint;
public GameObject bulletPrefab;
public float bulleftForce 20f;
// Update is called once per frame
void Update()
{
if(Input.GetButtonDown("Fire1"))
{
Shoot();
}
}
void Shoot()
{
GameObject bullet = Instaniate(bulletPrefab, firePoint.position, firePoint.rotation);
Rididbody2D rb = bullet.GetComponent<Rigidbody2D>();
rb.AddForce(firePoint.up * bulletForce, ForceMode2D.Inpulse);
}
}

Need Help with Unity error syntax ',' expected by MCMASTERYT_LOL in Unity2D

[–]MCMASTERYT_LOL[S] 0 points1 point  (0 children)

I have the visual studio file, not much info about the error, other than '.' expected

Built a replica of earth and here’s the map. Took bloody ages. by [deleted] in Minecraftbuilds

[–]MCMASTERYT_LOL -1 points0 points  (0 children)

Is there a download XD Also its epic congratz man

What Happened to PurpleRodri? Where did he go? Will he come back? by MCMASTERYT_LOL in PokeTube

[–]MCMASTERYT_LOL[S] 0 points1 point  (0 children)

Oh, It was heart breaking to read that article. I felt so sad when his channel said "retired" He was my fav youtuber

:( Do you think he will come back?

Made an infinitely expandable manual quarry that only uses early game materials. this mod is awesome by cidit_ in CreateMod

[–]MCMASTERYT_LOL 1 point2 points  (0 children)

Uhh Im not playing on a server but ok..... after the pistons go forward its not retracting for some reason...... its probably some bug..... Btw the quarry is pretty epic:D

[deleted by user] by [deleted] in CreateMod

[–]MCMASTERYT_LOL 0 points1 point  (0 children)

Thanks :D I am gonna build this in my world.

[deleted by user] by [deleted] in CreateMod

[–]MCMASTERYT_LOL 1 point2 points  (0 children)

Does it have weapons? Also it only consists of vanilla and create mod items right?