Roblox not letting me vote game - roblox

hello I made a game and I uploaded it in my roblox group and whenever someone tries to vote it.It gives an error that you do not have permision i anyone has faced this problem please reply me for solution.I have looked on the internet and have not found any solutions

Okay, You may have already solved this yourself, and again, StackOverflow is NOT the place for questions like that. But the problem is the game is Private.

Related

Firebase for iOS app is not working as expected [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 1 year ago.
Improve this question
I have been having this issue where I follow all steps to install and run firebase on my app but when I attempt to use it, there is no sign of Firebase working. I create a new profile and even if all the parameters are right, it displays an error. at first I though it was me until I downloaded a working project and tried to create an account on that and it did not connect to firebase. Does anyone here have an idea of what i should do?
note: I followed all steps on firebase's site and I even linked a project but it seems the feature to test connection is no long there.
Completed**** After some struggle i took everyones advice and i instead re-did the project following the same steps. it seems as if i had deleted the pod file at the beginning creating connection issue and it seems to have solved everything. I apologize for the vagueness of everything but being new i wasnt sure how else to explain myself. thank you to everyone who had helped!
As #jnpdx mentioned in the comments, it is very difficult for others to know what the exact issue is without more information.
However, I'll take a stab in the dark. Since you tried with a working project and it still didn't work, I'd say it's not related to your code. You are probably missing a step that was described in the Firebase Docs. I would re-read them, paying close attention to the authentication section, and hopefully you will find the step you are missing. It could be something as simple as not enabling a certain authentication provider, or forgetting to add the GoogleService-Info.plist file into your project (if you're using Google Sign-in).
Best of luck.

Why does Github look like this?

The whole site looks like this for me. I can't find any answers online as to why...
It is probably your internet connection is slow.
Trying opening the website in some other browser and see if you still face the same issue.

how do i make a roblox character move towards where it is looking at?

I can't find anything that can help me with this, and even tried to get answers from people on a discord server, but was still unable to find how to do this. If you find the answer, please provide the code, and where to put it. Thanks!
I did a bit of research and found a couple of things that might help you.
First, there is a roblox scripting forum that might be a bit more helpful for you
here.
Second, you'll need to do two things.
a) get the cameraAngleX and cameraAngleY
b) pass those two the humanoid:move function Link to docs
You would then call the humanoid:move function however many times a second you want, which would move the player in the desired direction.

Github made canser in my game

I am working on a project for shcool and in order to work with my partner effectivly we are using git hub. we are making the game in game maker, but there is a problem where a room called room0.room.gmx is giving me an error. I deleted it in the game maker file, and have deleted it in finder. It still is giving me issues so I right clicked on it in git hub to see if there was some version of it still existing.... it said the file dosent exist.... but it is contained somewhere in my computer. I cant find this anywhere on the internet! Please help!!!
I can't cure canser, but deleting the tumorous room won't be enought. You need to also delete it in the GameMaker studio project. The problem is that somewhere in your project file is a link to all the files you use. If you delete the room file, GameMaker has no clue and still thinks it exists somewhere, and still points to it.
Maybe it isn't exactly your problem, but a more detailed question would help.

In Box2d i got 2349 errors when i chang code from one mac to other mac

I am working on Box2d application,
my problem is when i move my application's source code from one mac to another mac i got 2349 Errors, i don't know why i am getting this errors.
i even try removing Box2D source from my application from and add again but doesn't work.
if any one know reason and solution please share with me.
Thanks.
Sounds like you are missing some framework. Posting some of the error messages might help us to help you better!
I found solution to my Question.
i got such errors because of change in name of my projects containing folder.
i.e. my working project was at source path /Bubbles/Boxes
on destination mac i changed it to /Bubbles123/Boxes
i changed Bubbles to Bubbles123 that was the problem, it might be creating problem with path.
it works for me now.
Thanks.