User:Cole2/STCFAQ: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Cole2
No edit summary
>Quenty
No edit summary
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{delete|Old user}}
==Survive the Cereal FAQ==
==Survive the Cereal FAQ==
I'm tired of getting messages about these things. But not all of these are questions....
I'm tired of getting messages about these things. But not all of these are questions....
Line 4: Line 5:


----
----
Q: Is there VIP at STC?


<nowiki>
Q: Is there VIP at STC?
A: No. The "VIP" is for me only.
A: No. The "VIP" is for me only.
----
Q: Can i be VIP?


Q: Can i be VIP?
A: NO.
A: NO.
 
----
Q: Ban ____.
Q: Ban ____.
A: I deleted the ban script a month ago!


A: I deleted the ban script over a month ago!
----
Q: I can't play!
Q: I can't play!
A: Try using Fix Camera. If that doesn't work, DON'T MESSAGE ME ABOUT IT!


A: Try using Fix Camera. If that doesn't work, try exiting and coming back.
----
Q: I can't move!
Q: I can't move!
A: Same as above.
A: Same as above.
----
Q: I can't move my camera!


Q: I can't move my camera!
A: Same as 2 above.
A: Same as 2 above.
</nowiki>
----
Q: What is the code for Fix Camera?


A: The actual code that fixes the camera is:
<pre> game.Workspace.CurrentCamera:remove()</pre>
----
----

Latest revision as of 22:50, 5 May 2012

This page has been nominated for deletion
Reason: Old user

Survive the Cereal FAQ

I'm tired of getting messages about these things. But not all of these are questions....



Q: Is there VIP at STC?

A: No. The "VIP" is for me only.


Q: Can i be VIP?

A: NO.


Q: Ban ____.

A: I deleted the ban script over a month ago!


Q: I can't play!

A: Try using Fix Camera. If that doesn't work, try exiting and coming back.


Q: I can't move!

A: Same as above.


Q: I can't move my camera!

A: Same as 2 above.


Q: What is the code for Fix Camera?

A: The actual code that fixes the camera is:

 game.Workspace.CurrentCamera:remove()