How to add private servers in your (Gorilla Tag Fan Game)

Поділитися
Вставка
  • Опубліковано 23 сер 2024
  • alright guys make sure to join the discord server for all my scripts and to get updates for upcoming videos and other script that may release
    here is the server: / discord

КОМЕНТАРІ • 47

  • @MonstrumReborn
    @MonstrumReborn 2 місяці тому +2

    I got a question, how do you do the tab switching thingy

  • @RGMRGMRGM
    @RGMRGMRGM 2 місяці тому +1

    LETSSSS GOOOO ANOTHER TUTORIAL 🎉🎉

  • @aksa-z8d
    @aksa-z8d Місяць тому

    yo flimcy, its me lurkky. my main discord got hacked so i got a new acc. just seeing how u doing!

  • @Cosmic_brownievr
    @Cosmic_brownievr Місяць тому

    you shoild make a tut on how to make a join pub bottion

  • @BonessVR.
    @BonessVR. 2 місяці тому +1

    You should make a snap and smooth turn tutorial

  • @H4RNS
    @H4RNS Місяць тому

    im having a problem everything works fine just when i type on any key it adds a (1) after every letter how do i fix this

  • @Orbiting_Mysteries
    @Orbiting_Mysteries Місяць тому

    HEEEES BACKKK

  • @BigHorsieMan
    @BigHorsieMan Місяць тому

    is there a way to make join room on connect off but still have public lobbies? thx 4 the tut tho

    • @Flimcy
      @Flimcy  Місяць тому

      Yeah you add a join room trigger

  • @urboijumpman
    @urboijumpman 2 місяці тому

    A new player model tutorial would be amazing I love ur player model

    • @Flimcy
      @Flimcy  2 місяці тому

      I want to make a tutorial the only reason why I haven’t is because it takes ages to make the player model to actually make it look good

  • @frenzyvr
    @frenzyvr Місяць тому

    Player model tut?

  • @aftonskyy1818
    @aftonskyy1818 2 місяці тому

    love you

  • @Thesomeonevr
    @Thesomeonevr 2 місяці тому

    Hey flinch I know you don’t post very often but I saw a comment where you said you had an interactive water system and I was wondering if you had one that works with srp

    • @Flimcy
      @Flimcy  2 місяці тому

      i have made one that is private that is made for URP

    • @Thesomeonevr
      @Thesomeonevr 2 місяці тому

      @@Flimcy is there any way you could make a tutorial that’s one a lot simpler that’s for srp

  • @Thesomeonevr
    @Thesomeonevr 2 місяці тому

    Hey flimcy for some reason my movement doesn’t work and I’ve tried re importing the gorilla rig but nothing works. Basically the hands if you move them slowly collide with the ground but if you move them fast they clip through it and I’ve tried adding anti hand phase

  • @OFFICALGiraffemanVR
    @OFFICALGiraffemanVR Місяць тому

    its not putting me in a private lobby, its just putting me in a different public lobby

  • @X3ATHEFIRST
    @X3ATHEFIRST Місяць тому

    Where do I put the Tag?

  • @krumzzy
    @krumzzy 20 днів тому

    why did you delet your lighting tut?

    • @Flimcy
      @Flimcy  20 днів тому

      @@krumzzy I didn’t delete it I put it on private because I am going to release new tutorials

  • @KantaVR
    @KantaVR 2 місяці тому

    Player model! Pls tut

  • @luckiboi
    @luckiboi 2 місяці тому

    cuh ima need a link to yo game when its done

    • @Flimcy
      @Flimcy  2 місяці тому

      the link is in the script hub

  • @PizzaLab-b3b
    @PizzaLab-b3b 19 днів тому

    how come instead of taking me to private it takes me to a pub

    • @Flimcy
      @Flimcy  19 днів тому

      @@PizzaLab-b3b because you would have on your photon vr manager join room on connect

  • @TurtleSp3
    @TurtleSp3 2 місяці тому

    IF YOUR LETTERS ARE TYPING IN SOMTHING ELSE IT TYPES THE NAME OF THE BLOCK YOU ARE PRESSING SO EXAMPLE IS IF IM PRESSING B BUT ITS CALL SOMTHING LIKE HELLO IT WOULD TYPE HELLO

    • @Flimcy
      @Flimcy  2 місяці тому

      Yes I said that in the video

    • @TurtleSp3
      @TurtleSp3 2 місяці тому

      @@Flimcy sorry

    • @TurtleSp3
      @TurtleSp3 2 місяці тому

      @@Flimcy i just said it if people wanted to get straight to the point because i didnt watch it fully

  • @KantaVR
    @KantaVR 2 місяці тому

    I’m just waiting for that player model on how to make it tutorial 😭😭

  • @cookiemonkeyvr156
    @cookiemonkeyvr156 2 місяці тому

    where did you get the wall texture

  • @FutureSpokes
    @FutureSpokes 2 місяці тому

    hey i have an issue, once i join the room, it puts me in a public lobby instead of the room that i've entered

    • @Flimcy
      @Flimcy  2 місяці тому

      make sure you have Join room on connect off which will be found on your PhotonVR manager

    • @PugVRYT_Official
      @PugVRYT_Official 2 місяці тому

      Will you need to pay a monthly photonvr subscription for priv?? I heard you have to do that​@@Flimcy

    • @BigHorsieMan
      @BigHorsieMan Місяць тому

      @@Flimcy Thanks sm. I was about to restart my game for a third time😭

    • @Peanut_Fren
      @Peanut_Fren Місяць тому

      ​@@Flimcy Holy dude, thanks sm, that's what my problem has been this WHOLE time

  • @Boo.yes1
    @Boo.yes1 2 місяці тому

    how do i make the text that tells you what room your in?

    • @Flimcy
      @Flimcy  2 місяці тому

      use a in room script
      using System.Collections;
      using System.Collections.Generic;
      using UnityEngine;
      using Photon.Pun;
      using TMPro;
      public class InRoom : MonoBehaviour
      {
      private TextMeshPro Text;
      private void Start()
      {
      Text = GetComponent();
      }
      public void FixedUpdate()
      {
      if (PhotonNetwork.InRoom)
      {
      Text.text = "In Room: " + PhotonNetwork.CurrentRoom.Name;
      }
      else if (!PhotonNetwork.InRoom)
      {
      Text.text = "In Room: " + "NOT CONNECTED";
      }
      }
      }

    • @Boo.yes1
      @Boo.yes1 2 місяці тому

      @@Flimcy ty

    • @Boo.yes1
      @Boo.yes1 2 місяці тому

      @@Flimcy is there any way i can make it say the room code instead of the random jumble of numbers?

  • @UsernameOnVR
    @UsernameOnVR 2 місяці тому

    Pressing backspace doesn't remove letters

    • @Flimcy
      @Flimcy  2 місяці тому

      it should it works for me make sure the tag is set correctly

    • @UsernameOnVR
      @UsernameOnVR 2 місяці тому

      @@Flimcy It's set up right. Set up the same as every other key but with button type Backspace

    • @Flimcy
      @Flimcy  2 місяці тому

      @@UsernameOnVR I’m not sure why that would be happening because as you saw in the video it worked for me perfectly with no issues

    • @TurtleSp3
      @TurtleSp3 2 місяці тому

      @@UsernameOnVR it works for me?